Class GetTagNamespaceRequest
Implements
Inherited Members
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class GetTagNamespaceRequest : IOciRequestExamples
Click here to see an example of how to use GetTagNamespace request.
Properties
TagNamespaceId
Declaration
[Required(ErrorMessage = "TagNamespaceId is required.")]
[HttpConverter(TargetEnum.Path, "tagNamespaceId")]
public string TagNamespaceId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the tag namespace. | 
Remarks
Required