Show / Hide Table of Contents

Class AddTagNamespaceLockResponse

Inheritance
object
OciResponse
AddTagNamespaceLockResponse
Implements
IOciResponse
Inherited Members
OciResponse.httpResponseMessage
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentityService.Responses
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class AddTagNamespaceLockResponse : OciResponse, IOciResponse

Properties

Etag

Declaration
[HttpConverter(TargetEnum.Header, "etag")]
public string Etag { get; set; }
Property Value
Type Description
string

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

TagNamespace

Declaration
[HttpConverter(TargetEnum.Body)]
public TagNamespace TagNamespace { get; set; }
Property Value
Type Description
TagNamespace

The returned TagNamespace instance.

Implements

IOciResponse
In this article
Back to top