ProductsCustomBatchRequestEntry class
A batch entry encoding a single non-batch products request.
Constructors
Properties
- batchId ↔ int
-
An entry ID, unique within the batch request.
read / write
- feedId ↔ String
-
The Content API feed id.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- merchantId ↔ String
-
The ID of the managing account.
read / write
- method ↔ String
-
The method of the batch entry. [...]
read / write
- product ↔ Product
-
The product to insert. Only required if the method is
insert
.read / write - productId ↔ String
-
The ID of the product to get or delete. Only defined if the method is
get
ordelete
.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited