Class StepRef
A reference to a remote Step, i.e. a StepAction.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class StepRef : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Optional. Name of the step.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Params__
Optional. Parameters used to control the resolution.
Declaration
[JsonProperty("params")]
public virtual IList<Param> Params__ { get; set; }
Property Value
Type | Description |
---|---|
IList<Param> |
Resolver
Optional. Type of the resolver.
Declaration
[JsonProperty("resolver")]
public virtual string Resolver { get; set; }
Property Value
Type | Description |
---|---|
string |