GoogleAdsSearchads360V23CommonProductCustomAttributeInfo constructor

GoogleAdsSearchads360V23CommonProductCustomAttributeInfo({
  1. String? index,
  2. String? value,
})

Implementation

GoogleAdsSearchads360V23CommonProductCustomAttributeInfo({
  this.index,
  this.value,
});