GoogleAdsSearchads360V23CommonBrandInfo constructor

GoogleAdsSearchads360V23CommonBrandInfo({
  1. String? displayName,
  2. String? entityId,
  3. String? primaryUrl,
  4. String? rejectionReason,
  5. String? status,
})

Implementation

GoogleAdsSearchads360V23CommonBrandInfo({
  this.displayName,
  this.entityId,
  this.primaryUrl,
  this.rejectionReason,
  this.status,
});