google_api_cloud_build v0.26.1 GoogleApi.CloudBuild.V1.Model.Hash View Source

Container message for hash values.

Attributes

  • type (type: String.t, default: nil) - The type of hash that was performed.
  • 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.CloudBuild.V1.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.