GoogleCloudIntegrationsV1alphaSuspensionApprovalConfig constructor

GoogleCloudIntegrationsV1alphaSuspensionApprovalConfig({
  1. String? customMessage,
  2. List<String>? emailAddresses,
  3. GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration? expiration,
})

Implementation

GoogleCloudIntegrationsV1alphaSuspensionApprovalConfig({
  this.customMessage,
  this.emailAddresses,
  this.expiration,
});