Class RemoveLockDetails
Request payload to remove the resource lock.
Inherited Members
Namespace: Oci.EmailService.Models
Assembly: OCI.DotNetSDK.Email.dll
Syntax
public class RemoveLockDetails
Properties
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The lock compartment ID. |
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(StringEnumConverter))]
public RemoveLockDetails.TypeEnum? Type { get; set; }
Property Value
Type | Description |
---|---|
RemoveLockDetails.TypeEnum? | Lock type. |
Remarks
Required