Class CreateVersionMetadataV1
Metadata for the given google.longrunning.Operation during a google.appengine.v1.CreateVersionRequest.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class CreateVersionMetadataV1 : 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 |