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

Represents a reference to a resource.

Attributes

  • kind (String.t): [Output Only] Type of the resource. Always compute#reference for references. Defaults to: null.
  • referenceType (String.t): A description of the reference type with no implied semantics. Possible values include: - MEMBER_OF Defaults to: null.
  • referrer (String.t): URL of the resource which refers to the target. Defaults to: null.
  • target (String.t): URL of the resource to which this reference points. Defaults to: null.

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: any(),
  referenceType: any(),
  referrer: any(),
  target: any()
}

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.