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