Show / Hide Table of Contents

Class CreateVersionMetadataV1Beta

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

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