public sealed class PostdeployJob : IMessage<PostdeployJob>, IEquatable<PostdeployJob>, IDeepCloneable<PostdeployJob>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class PostdeployJob.
A postdeploy Job.
Implements
IMessagePostdeployJob, IEquatablePostdeployJob, IDeepCloneablePostdeployJob, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
PostdeployJob()
public PostdeployJob()PostdeployJob(PostdeployJob)
public PostdeployJob(PostdeployJob other)| Parameter | |
|---|---|
| Name | Description |
other |
PostdeployJob |
Properties
Actions
public RepeatedField<string> Actions { get; }Output only. The custom actions that the postdeploy Job executes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|