GoogleCloudBillingBudgetsV1NotificationsRule constructor

GoogleCloudBillingBudgetsV1NotificationsRule({
  1. bool? disableDefaultIamRecipients,
  2. bool? enableProjectLevelRecipients,
  3. List<String>? monitoringNotificationChannels,
  4. String? pubsubTopic,
  5. String? schemaVersion,
})

Implementation

GoogleCloudBillingBudgetsV1NotificationsRule({
  this.disableDefaultIamRecipients,
  this.enableProjectLevelRecipients,
  this.monitoringNotificationChannels,
  this.pubsubTopic,
  this.schemaVersion,
});