google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.Reference View Source

Represents a reference to a resource.

Attributes

  • kind (type: String.t, default: compute#reference) - [Output Only] Type of the resource. Always compute#reference for references.
  • referenceType (type: String.t, default: nil) - A description of the reference type with no implied semantics. Possible values include:

    • MEMBER_OF
  • referrer (type: String.t, default: nil) - URL of the resource which refers to the target.
  • target (type: String.t, default: nil) - URL of the resource to which this reference points.

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.Compute.V1.Model.Reference{
  kind: String.t(),
  referenceType: String.t(),
  referrer: String.t(),
  target: 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.