View Source GoogleApi.ToolResults.V1beta3.Model.ListHistoriesResponse (google_api_tool_results v0.33.0)

Response message for HistoryService.List

Attributes

  • histories (type: list(GoogleApi.ToolResults.V1beta3.Model.History.t), default: nil) - Histories.
  • nextPageToken (type: String.t, default: nil) - A continuation token to resume the query at the next item. Will only be set if there are more histories to fetch. Tokens are valid for up to one hour from the time of the first list request. For instance, if you make a list request at 1PM and use the token from this first request 10 minutes later, the token from this second response will only be valid for 50 minutes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.ListHistoriesResponse{
  histories: [GoogleApi.ToolResults.V1beta3.Model.History.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.