AdvertiserLandingPagesResource 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
-
get(String profileId, String id, {String? $fields})
→ Future<LandingPage>
-
Gets one landing page by ID.
-
insert(LandingPage request, String profileId, {String? $fields})
→ Future<LandingPage>
-
Inserts a new landing page.
-
list(String profileId, {List<String>? advertiserIds, bool? archived, List<String>? campaignIds, List<String>? ids, int? maxResults, String? pageToken, String? searchString, String? sortField, String? sortOrder, String? subaccountId, String? $fields})
→ Future<AdvertiserLandingPagesListResponse>
-
Retrieves a list of landing pages.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(LandingPage request, String profileId, String id, {String? $fields})
→ Future<LandingPage>
-
Updates an existing advertiser.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(LandingPage request, String profileId, {String? $fields})
→ Future<LandingPage>
-
Updates an existing landing page.