Show / Hide Table of Contents

Class TagMetadata

Definition of the tag metadata.

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

Properties

TagType

Declaration
[JsonProperty(PropertyName = "tagType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TagMetadata.TagTypeEnum? TagType { get; set; }
Property Value
Type Description
TagMetadata.TagTypeEnum?

Type associated with the tag key.

TagUnit

Declaration
[JsonProperty(PropertyName = "tagUnit")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TagMetadata.TagUnitEnum? TagUnit { get; set; }
Property Value
Type Description
TagMetadata.TagUnitEnum?

Unit associated with the tag key.

In this article
Back to top