Class ResultValue
ResultValue holds different types of data for a single result.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class ResultValue : IDirectResponseSchema
Properties
ArrayVal
Value of the result 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
Value of the result 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 result if type is string.
Declaration
[JsonProperty("stringVal")]
public virtual string StringVal { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Output only. The type of data that the result holds.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |