Show / Hide Table of Contents

Class TaskResult

TaskResult is used to describe the results of a task.

Inheritance
object
TaskResult
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 TaskResult : IDirectResponseSchema

Properties

Description

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

Name of the result.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Properties

When type is OBJECT, this map holds the names of fields inside that object along with the type of data each field holds.

Declaration
[JsonProperty("properties")]
public virtual IDictionary<string, PropertySpec> Properties { get; set; }
Property Value
Type Description
IDictionary<string, PropertySpec>

Type

The type of data that the result holds.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Value

Optional. Optionally used to initialize a Task's result with a Step's result.

Declaration
[JsonProperty("value")]
public virtual ParamValue Value { get; set; }
Property Value
Type Description
ParamValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX