View Source GoogleApi.ToolResults.V1beta3.Model.ListEnvironmentsResponse (google_api_tool_results v0.34.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ToolResults.V1beta3.Model.ListEnvironmentsResponse{ environments: [GoogleApi.ToolResults.V1beta3.Model.Environment.t()] | nil, executionId: String.t() | nil, historyId: String.t() | nil, nextPageToken: String.t() | nil, projectId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.