View Source GoogleApi.HomeGraph.V1.Model.SyncResponsePayload (google_api_home_graph v0.13.0)
Payload containing device information.
Attributes
-
agentUserId(type:String.t, default:nil) - Third-party user ID -
devices(type:list(GoogleApi.HomeGraph.V1.Model.Device.t), default:nil) - Devices associated with the third-party user.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HomeGraph.V1.Model.SyncResponsePayload{ agentUserId: String.t() | nil, devices: [GoogleApi.HomeGraph.V1.Model.Device.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.