Class AddTagDefaultLockResponse
Inheritance
AddTagDefaultLockResponse
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class AddTagDefaultLockResponse : OciResponse, IOciResponse
Properties
Etag
Declaration
[HttpConverter(TargetEnum.Header, "etag")]
public string Etag { get; set; }
Property Value
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
TagDefault
Declaration
[HttpConverter(TargetEnum.Body)]
public TagDefault TagDefault { get; set; }
Property Value
Type |
Description |
TagDefault |
The returned TagDefault instance.
|
Implements