Show / Hide Table of Contents

Class DefinedTag

Defined tag assigned to a resource.

Inheritance
object
Tag
DefinedTag
Inherited Members
Tag.Key
Tag.Value
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class DefinedTag : Tag

Properties

Namespace

Declaration
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }
Property Value
Type Description
string

The namespace of the tag.

In this article
Back to top