Class BulkDeleteTagsDetails
Properties for deleting tags in bulk
Inheritance
System.Object
BulkDeleteTagsDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class BulkDeleteTagsDetails : object
Properties
TagDefinitionIds
Declaration
public System.Collections.Generic.List<string> TagDefinitionIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The OCIDs of the tag definitions to delete |
Remarks
Required