ManagementProfileFilterLinksResource 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 accountId, String webPropertyId, String profileId, String linkId, {String? $fields})
→ Future<void>
-
Delete a profile filter link.
-
get(String accountId, String webPropertyId, String profileId, String linkId, {String? $fields})
→ Future<ProfileFilterLink>
-
Returns a single profile filter link.
-
insert(ProfileFilterLink request, String accountId, String webPropertyId, String profileId, {String? $fields})
→ Future<ProfileFilterLink>
-
Create a new profile filter link.
-
list(String accountId, String webPropertyId, String profileId, {int? maxResults, int? startIndex, String? $fields})
→ Future<ProfileFilterLinks>
-
Lists all profile filter links for a profile.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(ProfileFilterLink request, String accountId, String webPropertyId, String profileId, String linkId, {String? $fields})
→ Future<ProfileFilterLink>
-
Update an existing profile filter link.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(ProfileFilterLink request, String accountId, String webPropertyId, String profileId, String linkId, {String? $fields})
→ Future<ProfileFilterLink>
-
Update an existing profile filter link.