Class PipelineResult
A value produced by a Pipeline.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class PipelineResult : IDirectResponseSchema
Properties
Description
Output only. Description of the result.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Name of the result.
Declaration
[JsonProperty("name")]
public virtual string Name { 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 |
Value
Output only. Value of the result.
Declaration
[JsonProperty("value")]
public virtual ResultValue Value { get; set; }
Property Value
Type | Description |
---|---|
ResultValue |