Class Param
Param defined with name and value. PipelineRef can be used to refer to a specific instance of a Pipeline.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class Param : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Name
Name of the parameter.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Value
Value of the parameter.
Declaration
[JsonProperty("value")]
public virtual ParamValue Value { get; set; }Property Value
| Type | Description | 
|---|---|
| ParamValue |