View Source GoogleApi.CloudDeploy.V1.Model.DeployArtifact (google_api_cloud_deploy v0.6.0)

The artifacts produced by a deploy operation.

Attributes

  • artifactUri (type: String.t, default: nil) - Output only. URI of a directory containing the artifacts. All paths are relative to this location.
  • manifestPaths (type: list(String.t), default: nil) - Output only. File paths of the manifests applied during the deploy operation relative to the URI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.DeployArtifact{
  artifactUri: String.t() | nil,
  manifestPaths: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.