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

Container message for hash values.

Attributes

  • type (String.t): The type of hash that was performed. Defaults to: null.

    • Enum - one of [NONE, SHA256, MD5]
  • value (binary()): The hash value. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudBuild.V1.Model.Hash{type: any(), value: any()}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.