UsersSettingsFiltersResource class
Constructors
- UsersSettingsFiltersResource(ApiRequester client)
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(
Filter request, String userId, {String? $fields}) → Future< Filter> - Creates a filter.
-
delete(
String userId, String id, {String? $fields}) → Future< void> - Immediately and permanently deletes the specified filter.
-
get(
String userId, String id, {String? $fields}) → Future< Filter> - Gets a filter.
-
list(
String userId, {String? $fields}) → Future< ListFiltersResponse> - Lists the message filters of a Gmail user.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited