Class BulkEditTagsResourceType
Inheritance
System.Object
BulkEditTagsResourceType
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class BulkEditTagsResourceType : object
Properties
MetadataKeys
Declaration
public System.Collections.Generic.List<string> MetadataKeys { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The metadata keys required to identify the resource.
|
ResourceType
Declaration
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the resource type. |
Remarks
Required