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

Response message for EnvironmentService.ListEnvironments.

Attributes

  • environments (type: list(GoogleApi.ToolResults.V1beta3.Model.Environment.t), default: nil) - Environments. Always set.
  • executionId (type: String.t, default: nil) - A Execution id Always set.
  • historyId (type: String.t, default: nil) - A History id. Always set.
  • 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 Environments to fetch.
  • projectId (type: String.t, default: nil) - A Project id. Always set.

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.ListEnvironmentsResponse{
  environments: [GoogleApi.ToolResults.V1beta3.Model.Environment.t()],
  executionId: String.t(),
  historyId: String.t(),
  nextPageToken: String.t(),
  projectId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.