GoogleCloudBillingBudgetsV1NotificationsRule class
NotificationsRule defines notifications that are sent based on budget spend and thresholds.
Constructors
-
GoogleCloudBillingBudgetsV1NotificationsRule({bool? disableDefaultIamRecipients, bool? enableProjectLevelRecipients, List<
String> ? monitoringNotificationChannels, String? pubsubTopic, String? schemaVersion}) - GoogleCloudBillingBudgetsV1NotificationsRule.fromJson(Map json_)
Properties
- disableDefaultIamRecipients ↔ bool?
-
When set to true, disables default notifications sent when a threshold is
exceeded.
getter/setter pair
- enableProjectLevelRecipients ↔ bool?
-
When set to true, and when the budget has a single project configured,
notifications will be sent to project level recipients of that project.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
monitoringNotificationChannels
↔ List<
String> ? -
Email targets to send notifications to when a threshold is exceeded.
getter/setter pair
- pubsubTopic ↔ String?
-
The name of the Pub/Sub topic where budget-related messages are published,
in the form
projects/{project_id}/topics/{topic_id}
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaVersion ↔ String?
-
Required when NotificationsRule.pubsub_topic is set.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited