ManagementFiltersResource class

Constructors

ManagementFiltersResource(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

delete(String accountId, String filterId, {String? $fields}) Future<Filter>
Delete a filter.
get(String accountId, String filterId, {String? $fields}) Future<Filter>
Returns filters to which the user has access.
insert(Filter request, String accountId, {String? $fields}) Future<Filter>
Create a new filter.
list(String accountId, {int? maxResults, int? startIndex, String? $fields}) Future<Filters>
Lists all filters for an account
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Filter request, String accountId, String filterId, {String? $fields}) Future<Filter>
Updates an existing filter.
toString() String
A string representation of this object.
inherited
update(Filter request, String accountId, String filterId, {String? $fields}) Future<Filter>
Updates an existing filter.

Operators

operator ==(Object other) bool
The equality operator.
inherited