GoogleApi.ContainerAnalysis.V1alpha1.Model.URI (google_api_container_analysis v0.34.0)

View Source

An URI message.

Attributes

  • label (type: String.t, default: nil) - A label for the URI.
  • uri (type: String.t, default: nil) - The unique resource identifier.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.URI{
  label: String.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.