Show / Hide Table of Contents

Class CreateVersionMetadataV1Alpha

Metadata for the given google.longrunning.Operation during a google.appengine.v1alpha.CreateVersionRequest.

Inheritance
object
CreateVersionMetadataV1Alpha
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.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class CreateVersionMetadataV1Alpha : IDirectResponseSchema

Properties

CloudBuildId

The Cloud Build ID if one was created as part of the version create. @OutputOnly

Declaration
[JsonProperty("cloudBuildId")]
public virtual string CloudBuildId { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX