google_api_container_analysis v0.4.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.RelatedUrl View Source

Metadata for any related URL information

Attributes

  • label (type: String.t, default: nil) - Label to describe usage of the URL
  • url (type: String.t, default: nil) - Specific URL to associate with the note

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.ContainerAnalysis.V1alpha1.Model.RelatedUrl{
  label: String.t(),
  url: String.t()
}

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.