View Source GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1UploadedMavenArtifact (google_api_run v0.30.0)

A Maven artifact uploaded using the MavenArtifact directive.

Attributes

  • fileHashes (type: GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1FileHashes.t, default: nil) - Hash types and values of the Maven Artifact.
  • pushTiming (type: GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1TimeSpan.t, default: nil) - Output only. Stores timing information for pushing the specified artifact.
  • uri (type: String.t, default: nil) - URI of the uploaded artifact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1UploadedMavenArtifact{
  fileHashes:
    GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1FileHashes.t() | nil,
  pushTiming:
    GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1TimeSpan.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.