View Source GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1UploadedNpmPackage (google_api_run v0.30.0)

An npm package uploaded to Artifact Registry using the NpmPackage directive.

Attributes

  • fileHashes (type: GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1FileHashes.t, default: nil) - Hash types and values of the npm package.
  • pushTiming (type: GoogleApi.Run.V1.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 npm package.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.