google_api_compute v0.9.0 GoogleApi.Compute.V1.Model.GuestAttributes View Source

A guest attributes entry.

Attributes

  • kind (String.t): [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry. Defaults to: null.
  • queryPath (String.t): The path to be queried. This can be the default namespace ('/') or a nested namespace ('//') or a specified key ('//') Defaults to: null.
  • queryValue (GuestAttributesValue): [Output Only] The value of the requested queried path. Defaults to: null.
  • selfLink (String.t): [Output Only] Server-defined URL for this resource. Defaults to: null.
  • variableKey (String.t): The key to search for. Defaults to: null.
  • variableValue (String.t): [Output Only] The value found for the requested key. 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.GuestAttributes{
  kind: any(),
  queryPath: any(),
  queryValue: GoogleApi.Compute.V1.Model.GuestAttributesValue.t(),
  selfLink: any(),
  variableKey: any(),
  variableValue: 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.