View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse (google_api_integrations v0.10.0)
The response for listing the functional test execution data.
Attributes
-
executions
(type:list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecution.t)
, default:nil
) - The detailed information of requested executions -
nextPageToken
(type:String.t
, default:nil
) - The token used to retrieve the next page results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse{ executions: [ GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecution.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.