GoogleCloudIntegrationsV1alphaTestIntegrationsResponse constructor
GoogleCloudIntegrationsV1alphaTestIntegrationsResponse({
- EnterpriseCrmFrontendsEventbusProtoEventParameters? eventParameters,
- bool? executionFailed,
- String? executionId,
- List<
EnterpriseCrmFrontendsEventbusProtoParameterEntry> ? parameterEntries, - Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? parameters,
Implementation
GoogleCloudIntegrationsV1alphaTestIntegrationsResponse({
this.eventParameters,
this.executionFailed,
this.executionId,
this.parameterEntries,
this.parameters,
});