FoldersNotificationConfigsResource 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
-
create(NotificationConfig request, String parent, {String? configId, String? $fields})
→ Future<NotificationConfig>
-
Creates a notification config.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a notification config.
-
get(String name, {String? $fields})
→ Future<NotificationConfig>
-
Gets a notification config.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListNotificationConfigsResponse>
-
Lists notification configs.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(NotificationConfig request, String name, {String? updateMask, String? $fields})
→ Future<NotificationConfig>
-
Updates a notification config.
-
toString()
→ String
-
A string representation of this object.
inherited