google_api_app_state v0.1.0 GoogleApi.AppState.V1.Model.ListResponse View Source
This is a JSON template to convert a list-response for app state.
Attributes
- items ([GetResponse]): The app state data. Defaults to:
null
. - kind (String.t): Uniquely identifies the type of this resource. Value is always the fixed string appstate#listResponse. Defaults to:
null
. - maximumKeyCount (integer()): The maximum number of keys allowed for this user. Defaults to:
null
.
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.AppState.V1.Model.ListResponse{ items: [GoogleApi.AppState.V1.Model.GetResponse.t()], kind: any(), maximumKeyCount: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.