GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse constructor

GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudIntegrationsV1alphaRuntimeActionSchema>? runtimeActionSchemas,
})

Implementation

GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse({
  this.nextPageToken,
  this.runtimeActionSchemas,
});