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

Payload containing potential devices detected and when they were detected.

Attributes

  • detectionTime (type: DateTime.t, default: nil) - Required. Time at which devices represented in potential_cast_device_ids were detected.
  • potentialCastDeviceIds (type: list(String.t), default: nil) - Required. List of device IDs detected that may potentially be for Cast devices.

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.RequestLinkRequestPayload{
  detectionTime: DateTime.t() | nil,
  potentialCastDeviceIds: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.