GoogleCloudIntegrationsV1alphaAssertionResult constructor
GoogleCloudIntegrationsV1alphaAssertionResult({
- GoogleCloudIntegrationsV1alphaAssertion? assertion,
- String? failureMessage,
- String? status,
- String? taskName,
- String? taskNumber,
Implementation
GoogleCloudIntegrationsV1alphaAssertionResult({
this.assertion,
this.failureMessage,
this.status,
this.taskName,
this.taskNumber,
});