GoogleCloudRetailV2LocalInventory constructor

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

Implementation

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