GoogleCloudIntegrationsV1alphaSuspensionApprovalConfig constructor
GoogleCloudIntegrationsV1alphaSuspensionApprovalConfig({
- String? customMessage,
- List<
String> ? emailAddresses, - GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration? expiration,
Implementation
GoogleCloudIntegrationsV1alphaSuspensionApprovalConfig({
this.customMessage,
this.emailAddresses,
this.expiration,
});