Show / Hide Table of Contents

Class PreviewArtifacts

Artifacts created by preview.

Inheritance
object
PreviewArtifacts
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX