Show / Hide Table of Contents

Class MetricMetricDescriptorLabel

Inheritance
System.Object
MetricMetricDescriptorLabel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Logging.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class MetricMetricDescriptorLabel

Fields

View Source

Description

A description of this metric, which is used in documentation. The maximum length of the description is 8000 characters.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Key

The label key.

Declaration
public readonly string Key
Field Value
Type Description
System.String
View Source

ValueType

The type of data that can be assigned to the label.

Declaration
public readonly string ValueType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.