Google Cloud Deploy v1 API - Class CustomMetadata (2.15.0)

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

Reference documentation and code samples for the Google Cloud Deploy v1 API class CustomMetadata.

CustomMetadata contains information from a user-defined operation.

Inheritance

object > CustomMetadata

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

CustomMetadata()

public CustomMetadata()

CustomMetadata(CustomMetadata)

public CustomMetadata(CustomMetadata other)
Parameter
NameDescription
otherCustomMetadata

Properties

Values

public MapField<string, string> Values { get; }

Output only. Key-value pairs provided by the user-defined operation.

Property Value
TypeDescription
MapFieldstringstring