GoogleCloudIntegrationsV1alphaListExecutionsResponse constructor

GoogleCloudIntegrationsV1alphaListExecutionsResponse({
  1. List<EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo>? executionInfos,
  2. List<GoogleCloudIntegrationsV1alphaExecution>? executions,
  3. String? nextPageToken,
})

Implementation

GoogleCloudIntegrationsV1alphaListExecutionsResponse({
  this.executionInfos,
  this.executions,
  this.nextPageToken,
});