GoogleCloudRetailV2PurgeProductsRequest.fromJson constructor
GoogleCloudRetailV2PurgeProductsRequest.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2PurgeProductsRequest.fromJson(core.Map json_)
: this(
filter: json_['filter'] as core.String?,
force: json_['force'] as core.bool?,
);