App Topology v1 API - Class LabelProperties (1.0.0-beta01)

public sealed class LabelProperties : IMessage<LabelProperties>, IEquatable<LabelProperties>, IDeepCloneable<LabelProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the App Topology v1 API class LabelProperties.

Identifier for the label and corresponding properties.

Inheritance

object > LabelProperties

Namespace

Google.Cloud.AppTopology.V1

Assembly

Google.Cloud.AppTopology.V1.dll

Constructors

LabelProperties()

public LabelProperties()

LabelProperties(LabelProperties)

public LabelProperties(LabelProperties other)
Parameter
Name Description
other LabelProperties

Properties

Description

public string Description { get; set; }

A human-readable description of the label.

Property Value
Type Description
string

Label

public string Label { get; set; }

Full qualified name of the label.

Property Value
Type Description
string

Properties

public RepeatedField<Property> Properties { get; }

List of properties associated with the label.

Property Value
Type Description
RepeatedFieldProperty