GoogleCloudRetailV2LocalInventory constructor

GoogleCloudRetailV2LocalInventory({
  1. Map<String, GoogleCloudRetailV2CustomAttribute>? attributes,
  2. List<String>? fulfillmentTypes,
  3. String? placeId,
  4. GoogleCloudRetailV2PriceInfo? priceInfo,
})

Implementation

GoogleCloudRetailV2LocalInventory({
  this.attributes,
  this.fulfillmentTypes,
  this.placeId,
  this.priceInfo,
});