CreativeField constructor

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

Implementation

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