Class PreviewArtifacts
Artifacts created by preview.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class PreviewArtifacts : IDirectResponseSchema
Properties
Artifacts
Output only. Location of artifacts in Google Cloud Storage. Format: gs://{bucket}/{object}
Declaration
[JsonProperty("artifacts")]
public virtual string Artifacts { get; set; }
Property Value
Type | Description |
---|---|
string |
Content
Output only. Location of a blueprint copy and other content in Google Cloud Storage. Format:
gs://{bucket}/{object}
Declaration
[JsonProperty("content")]
public virtual string Content { 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 |