Class BulkEditOperationDetails
Inheritance
System.Object
BulkEditOperationDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class BulkEditOperationDetails : object
Properties
DefinedTags
Declaration
public System.Collections.Generic.Dictionary<string, System.Collections.Generic.Dictionary<string, System.Object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, System.Object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations": {"CostCenter": "42"}} |
Remarks
Required
OperationType
Declaration
public System.Nullable<BulkEditOperationDetails.OperationTypeEnum> OperationType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BulkEditOperationDetails.OperationTypeEnum> | An enum-like description of the type of operation.
|
Remarks
Required