FloodlightActivityGroup constructor
FloodlightActivityGroup({
- String? accountId,
- String? advertiserId,
- DimensionValue? advertiserIdDimensionValue,
- String? floodlightConfigurationId,
- DimensionValue? floodlightConfigurationIdDimensionValue,
- String? id,
- DimensionValue? idDimensionValue,
- String? kind,
- String? name,
- String? subaccountId,
- String? tagString,
- 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,
});