GoogleCloudIntegrationsV1alphaListExecutionsResponse constructor
GoogleCloudIntegrationsV1alphaListExecutionsResponse({
- List<
EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo> ? executionInfos, - List<
GoogleCloudIntegrationsV1alphaExecution> ? executions, - String? nextPageToken,
Implementation
GoogleCloudIntegrationsV1alphaListExecutionsResponse({
this.executionInfos,
this.executions,
this.nextPageToken,
});