ManagementRemarketingAudienceResource class

Constructors

ManagementRemarketingAudienceResource(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 webPropertyId, String remarketingAudienceId, {String? $fields}) Future<void>
Delete a remarketing audience.
get(String accountId, String webPropertyId, String remarketingAudienceId, {String? $fields}) Future<RemarketingAudience>
Gets a remarketing audience to which the user has access.
insert(RemarketingAudience request, String accountId, String webPropertyId, {String? $fields}) Future<RemarketingAudience>
Creates a new remarketing audience.
list(String accountId, String webPropertyId, {int? maxResults, int? startIndex, String? type, String? $fields}) Future<RemarketingAudiences>
Lists remarketing audiences to which the user has access.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(RemarketingAudience request, String accountId, String webPropertyId, String remarketingAudienceId, {String? $fields}) Future<RemarketingAudience>
Updates an existing remarketing audience.
toString() String
A string representation of this object.
inherited
update(RemarketingAudience request, String accountId, String webPropertyId, String remarketingAudienceId, {String? $fields}) Future<RemarketingAudience>
Updates an existing remarketing audience.

Operators

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