Google Cloud Deploy v1 API - Class CustomTargetDeployMetadata (2.15.0)

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

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

CustomTargetDeployMetadata contains information from a Custom Target deploy operation.

Inheritance

object > CustomTargetDeployMetadata

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

CustomTargetDeployMetadata()

public CustomTargetDeployMetadata()

CustomTargetDeployMetadata(CustomTargetDeployMetadata)

public CustomTargetDeployMetadata(CustomTargetDeployMetadata other)
Parameter
NameDescription
otherCustomTargetDeployMetadata

Properties

SkipMessage

public string SkipMessage { get; set; }

Output only. Skip message provided in the results of a custom deploy operation.

Property Value
TypeDescription
string