google_api_tool_results v0.22.0 GoogleApi.ToolResults.V1beta3.Model.ListEnvironmentsResponse 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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.