google_api_home_graph v0.4.1 GoogleApi.HomeGraph.V1.Model.SyncResponsePayload View Source
Payload containing device information.
Attributes
agentUserId(type:String.t, default:nil) - Third-party user IDdevices(type:list(GoogleApi.HomeGraph.V1.Model.Device.t), default:nil) - Devices associated with the third-party user.
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 Sourcet() :: %GoogleApi.HomeGraph.V1.Model.SyncResponsePayload{
agentUserId: String.t(),
devices: [GoogleApi.HomeGraph.V1.Model.Device.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.