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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.