EditsListingsResource class

Constructors

EditsListingsResource(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 packageName, String editId, String language, {String? $fields}) Future<void>
Deletes a localized store listing.
deleteall(String packageName, String editId, {String? $fields}) Future<void>
Deletes all store listings.
get(String packageName, String editId, String language, {String? $fields}) Future<Listing>
Gets a localized store listing.
list(String packageName, String editId, {String? $fields}) Future<ListingsListResponse>
Lists all localized store listings.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Listing request, String packageName, String editId, String language, {String? $fields}) Future<Listing>
Patches a localized store listing.
toString() String
A string representation of this object.
inherited
update(Listing request, String packageName, String editId, String language, {String? $fields}) Future<Listing>
Creates or updates a localized store listing.

Operators

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