View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.URI (google_api_container_analysis v0.28.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.