GoogleApi.APIKeys.V2.Model.V2ListKeysResponse (google_api_api_keys v0.2.0) View Source
Response message for ListKeys method.
Attributes
-
keys(type:list(GoogleApi.APIKeys.V2.Model.V2Key.t), default:nil) - A list of API keys. -
nextPageToken(type:String.t, default:nil) - The pagination token for the next page of results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.APIKeys.V2.Model.V2ListKeysResponse{
keys: [GoogleApi.APIKeys.V2.Model.V2Key.t()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.