AccountsProductsResource 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 parent, String name, {String? $fields})
→ Future<Empty>
-
Deletes the product from a Manufacturer Center account.
-
get(String parent, String name, {List<String>? include, String? $fields})
→ Future<Product>
-
Gets the product from a Manufacturer Center account, including product
issues.
-
list(String parent, {List<String>? include, int? pageSize, String? pageToken, String? $fields})
→ Future<ListProductsResponse>
-
Lists all the products in a Manufacturer Center account.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Attributes request, String parent, String name, {String? $fields})
→ Future<Empty>
-
Inserts or updates the attributes of the product in a Manufacturer Center
account.