View Source GoogleApi.Compute.V1.Model.Reference (google_api_compute v0.56.2)

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: 1. 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.Reference{
  kind: String.t() | nil,
  referenceType: String.t() | nil,
  referrer: String.t() | nil,
  target: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.