Class ParamValue
Parameter value.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class ParamValue : IDirectResponseSchema
Properties
ArrayVal
Value of the parameter if type is array.
Declaration
[JsonProperty("arrayVal")]
public virtual IList<string> ArrayVal { 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 |
ObjectVal
Optional. Value of the parameter if type is object.
Declaration
[JsonProperty("objectVal")]
public virtual IDictionary<string, string> ObjectVal { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
StringVal
Value of the parameter if type is string.
Declaration
[JsonProperty("stringVal")]
public virtual string StringVal { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of parameter.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |