ProjectsSnoozesResource 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(Snooze request, String parent, {String? $fields})
→ Future<Snooze>
-
Creates a Snooze that will prevent alerts, which match the provided
criteria, from being opened.
-
get(String name, {String? $fields})
→ Future<Snooze>
-
Retrieves a Snooze by name.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListSnoozesResponse>
-
Lists the Snoozes associated with a project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Snooze request, String name, {String? updateMask, String? $fields})
→ Future<Snooze>
-
Updates a Snooze, identified by its name, with the parameters in the given
Snooze object.
-
toString()
→ String
-
A string representation of this object.
inherited