Show / Hide Table of Contents

Class PipelineResult

A value produced by a Pipeline.

Inheritance
object
PipelineResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX