ReportRequestReportScope constructor

ReportRequestReportScope({
  1. String? adGroupId,
  2. String? adId,
  3. String? advertiserId,
  4. String? agencyId,
  5. String? campaignId,
  6. String? engineAccountId,
  7. String? keywordId,
})

Implementation

ReportRequestReportScope({
  this.adGroupId,
  this.adId,
  this.advertiserId,
  this.agencyId,
  this.campaignId,
  this.engineAccountId,
  this.keywordId,
});