FloodlightActivityGroup constructor

FloodlightActivityGroup({
  1. String? accountId,
  2. String? advertiserId,
  3. DimensionValue? advertiserIdDimensionValue,
  4. String? floodlightConfigurationId,
  5. DimensionValue? floodlightConfigurationIdDimensionValue,
  6. String? id,
  7. DimensionValue? idDimensionValue,
  8. String? kind,
  9. String? name,
  10. String? subaccountId,
  11. String? tagString,
  12. String? type,
})

Implementation

FloodlightActivityGroup({
  this.accountId,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  this.floodlightConfigurationId,
  this.floodlightConfigurationIdDimensionValue,
  this.id,
  this.idDimensionValue,
  this.kind,
  this.name,
  this.subaccountId,
  this.tagString,
  this.type,
});