CreativeGroup constructor

CreativeGroup({
  1. String? accountId,
  2. String? advertiserId,
  3. DimensionValue? advertiserIdDimensionValue,
  4. int? groupNumber,
  5. String? id,
  6. String? kind,
  7. String? name,
  8. String? subaccountId,
})

Implementation

CreativeGroup({
  this.accountId,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  this.groupNumber,
  this.id,
  this.kind,
  this.name,
  this.subaccountId,
});