public sealed class LabelProperties : IMessage<LabelProperties>, IEquatable<LabelProperties>, IDeepCloneable<LabelProperties>, IBufferMessage, IMessageReference documentation and code samples for the App Topology v1 API class LabelProperties.
Identifier for the label and corresponding properties.
Implements
IMessageLabelProperties, IEquatableLabelProperties, IDeepCloneableLabelProperties, IBufferMessage, IMessageNamespace
Google.Cloud.AppTopology.V1Assembly
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 |
|