NotificationsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String bucket, String notification, {String? userProject, String? $fields})
→ Future<void>
-
Permanently deletes a notification subscription.
-
get(String bucket, String notification, {String? userProject, String? $fields})
→ Future<Notification>
-
View a notification configuration.
-
insert(Notification request, String bucket, {String? userProject, String? $fields})
→ Future<Notification>
-
Creates a notification subscription for a given bucket.
-
list(String bucket, {String? userProject, String? $fields})
→ Future<Notifications>
-
Retrieves a list of notification subscriptions for a given bucket.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited