View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListTestCasesResponse (google_api_integrations v0.10.0)
Response for ListTestCases
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
testCases
(type:list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTestCase.t)
, default:nil
) - The test cases corresponding to the specified filter
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListTestCasesResponse{ nextPageToken: String.t() | nil, testCases: [ GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTestCase.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.