google_api_cloud_run v0.22.0 GoogleApi.CloudRun.V1alpha1.Model.Destination View Source

Attributes

  • ref (type: GoogleApi.CloudRun.V1alpha1.Model.ObjectReference.t, default: nil) - ObjectReference points to an Addressable.

    • optional
  • uri (type: String.t, default: nil) - URI is for direct URI Designations or used with the resulting URL from Addressable ObjectReference. If used with an ObjectReference, will be appended to the path of the resulting URL from the Addressable.

    • optional

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.CloudRun.V1alpha1.Model.Destination{
  ref: GoogleApi.CloudRun.V1alpha1.Model.ObjectReference.t(),
  uri: 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.