google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.ListUserStatesResponse View Source
Response message for ListUserStates.
Attributes
- responseMetadata (ResponseMetadata): Current response metadata. Defaults to:
null. userStates ([String.t]): User's states. Defaults to:
null.- Enum - one of
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.Partners.V2.Model.ListUserStatesResponse{
responseMetadata: GoogleApi.Partners.V2.Model.ResponseMetadata.t(),
userStates: [any()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.