Show / Hide Table of Contents

Class BuildInfo

Google Cloud Build information.

Inheritance
System.Object
BuildInfo
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class BuildInfo : IDirectResponseSchema

Properties

CloudBuildId

The Google Cloud Build id. Example: "f966068f-08b2-42c8-bdfe-74137dff2bf9"

Declaration
[JsonProperty("cloudBuildId")]
public virtual string CloudBuildId { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top