GoogleAdsSearchads360V23ResourcesVisit constructor

GoogleAdsSearchads360V23ResourcesVisit({
  1. String? adId,
  2. String? assetFieldType,
  3. String? assetId,
  4. String? clickId,
  5. String? criterionId,
  6. String? id,
  7. String? merchantId,
  8. String? productChannel,
  9. String? productCountryCode,
  10. String? productId,
  11. String? productLanguageCode,
  12. String? productStoreId,
  13. String? resourceName,
  14. String? visitDateTime,
})

Implementation

GoogleAdsSearchads360V23ResourcesVisit({
  this.adId,
  this.assetFieldType,
  this.assetId,
  this.clickId,
  this.criterionId,
  this.id,
  this.merchantId,
  this.productChannel,
  this.productCountryCode,
  this.productId,
  this.productLanguageCode,
  this.productStoreId,
  this.resourceName,
  this.visitDateTime,
});