Class DeployArtifact
The artifacts produced by a deploy operation.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class DeployArtifact : IDirectResponseSchema
Properties
ArtifactUri
Output only. URI of a directory containing the artifacts. All paths are relative to this location.
Declaration
[JsonProperty("artifactUri")]
public virtual string ArtifactUri { 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 |
ManifestPaths
Output only. File paths of the manifests applied during the deploy operation relative to the URI.
Declaration
[JsonProperty("manifestPaths")]
public virtual IList<string> ManifestPaths { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |