GoogleCloudRetailV2LocalInventory constructor
GoogleCloudRetailV2LocalInventory({
- Map<
String, GoogleCloudRetailV2CustomAttribute> ? attributes, - List<
String> ? fulfillmentTypes, - String? placeId,
- GoogleCloudRetailV2PriceInfo? priceInfo,
Implementation
GoogleCloudRetailV2LocalInventory({
this.attributes,
this.fulfillmentTypes,
this.placeId,
this.priceInfo,
});