ProductstatusesCustomBatchRequestEntry class
A batch entry encoding a single non-batch productstatuses request.
Constructors
-
ProductstatusesCustomBatchRequestEntry({int? batchId, List<
String> ? destinations, bool? includeAttributes, String? merchantId, String? method, String? productId}) - ProductstatusesCustomBatchRequestEntry.fromJson(Map json_)
Properties
- batchId ↔ int?
-
An entry ID, unique within the batch request.
getter/setter pair
-
destinations
↔ List<
String> ? -
If set, only issues for the specified destinations are returned, otherwise
only issues for the Shopping destination.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeAttributes ↔ bool?
-
Deprecated: Setting this field has no effect and attributes are never
included.
getter/setter pair
- merchantId ↔ String?
-
The ID of the managing account.
getter/setter pair
- method ↔ String?
-
The method of the batch entry.
getter/setter pair
- productId ↔ String?
-
The ID of the product whose status to get.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited