AccountsProductInputsResource class

Constructors

AccountsProductInputsResource.new(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 name, {String? dataSource, String? $fields}) Future<Empty>
Deletes a product input from your Merchant Center account.
insert(ProductInput request, String parent, {String? dataSource, String? $fields}) Future<ProductInput>
[Uploads a product input to your Merchant Center account](/merchant/api/guides/products/add-manage#add_a_product).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ProductInput request, String name, {String? dataSource, String? updateMask, String? $fields}) Future<ProductInput>
Updates the existing product input in your Merchant Center account.
toString() String
A string representation of this object.
inherited

Operators

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