Class PredeployJob
A predeploy Job.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class PredeployJob : IDirectResponseSchema
Properties
Actions
Output only. The custom actions that the predeploy Job executes.
Declaration
[JsonProperty("actions")]
public virtual IList<string> Actions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |