google_api_artifact_registry v0.2.0 GoogleApi.ArtifactRegistry.V1beta1.Model.Hash View Source

A hash of file content.

Attributes

  • type (type: String.t, default: nil) - The algorithm used to compute the hash value.
  • value (type: String.t, default: nil) - The hash value.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ArtifactRegistry.V1beta1.Model.Hash{
  type: String.t(),
  value: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.