DatafeedstatusesResource class

Constructors

DatafeedstatusesResource(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

custombatch(DatafeedstatusesCustomBatchRequest request, {String? $fields}) Future<DatafeedstatusesCustomBatchResponse>
Gets multiple Merchant Center datafeed statuses in a single request.
get(String merchantId, String datafeedId, {String? country, String? feedLabel, String? language, String? $fields}) Future<DatafeedStatus>
Retrieves the status of a datafeed from your Merchant Center account.
list(String merchantId, {int? maxResults, String? pageToken, String? $fields}) Future<DatafeedstatusesListResponse>
Lists the statuses of the datafeeds in your Merchant 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

Operators

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