Show / Hide Table of Contents

Class CostTrackingTag

Inheritance
object
CostTrackingTag
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydataplaneService.Models
Assembly: OCI.DotNetSDK.Identitydataplane.dll
Syntax
public class CostTrackingTag

Properties

TagDefinitionId

Declaration
[Required(ErrorMessage = "TagDefinitionId is required.")]
[JsonProperty(PropertyName = "Tag_Definition_Id")]
public string TagDefinitionId { get; set; }
Property Value
Type Description
string

The tag definition id.

Remarks

Required

TagDefinitionName

Declaration
[Required(ErrorMessage = "TagDefinitionName is required.")]
[JsonProperty(PropertyName = "Tag_Definition_Name")]
public string TagDefinitionName { get; set; }
Property Value
Type Description
string

The tag definition name.

Remarks

Required

TagNamespaceId

Declaration
[Required(ErrorMessage = "TagNamespaceId is required.")]
[JsonProperty(PropertyName = "Tag_Namespace_Id")]
public string TagNamespaceId { get; set; }
Property Value
Type Description
string

The tag namespace id.

Remarks

Required

TagNamespaceName

Declaration
[Required(ErrorMessage = "TagNamespaceName is required.")]
[JsonProperty(PropertyName = "Tag_Namespace_Name")]
public string TagNamespaceName { get; set; }
Property Value
Type Description
string

The tag namespace name.

Remarks

Required

In this article
Back to top