GoogleCloudRetailV2ReplaceCatalogAttributeRequest constructor

GoogleCloudRetailV2ReplaceCatalogAttributeRequest({
  1. GoogleCloudRetailV2CatalogAttribute? catalogAttribute,
  2. String? updateMask,
})

Implementation

GoogleCloudRetailV2ReplaceCatalogAttributeRequest({
  this.catalogAttribute,
  this.updateMask,
});