GoogleApi.HomeGraph.V1.Model.RequestLinkRequest (google_api_home_graph v0.10.0) View Source

Request type for the RequestLink call.

Attributes

  • payload (type: GoogleApi.HomeGraph.V1.Model.RequestLinkRequestPayload.t, default: nil) - Required. ID(s) and detection time of potential Cast devices.
  • requestId (type: String.t, default: nil) - Required. Request ID used for debugging.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.HomeGraph.V1.Model.RequestLinkRequest{
  payload: GoogleApi.HomeGraph.V1.Model.RequestLinkRequestPayload.t() | nil,
  requestId: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.