Account constructor

Account({
  1. List<String>? accountPermissionIds,
  2. String? accountProfile,
  3. bool? active,
  4. String? activeAdsLimitTier,
  5. bool? activeViewOptOut,
  6. List<String>? availablePermissionIds,
  7. String? countryId,
  8. String? currencyId,
  9. String? defaultCreativeSizeId,
  10. String? description,
  11. String? id,
  12. String? kind,
  13. String? locale,
  14. String? maximumImageSize,
  15. String? name,
  16. bool? nielsenOcrEnabled,
  17. ReportsConfiguration? reportsConfiguration,
  18. bool? shareReportsWithTwitter,
  19. String? teaserSizeLimit,
})

Implementation

Account({
  this.accountPermissionIds,
  this.accountProfile,
  this.active,
  this.activeAdsLimitTier,
  this.activeViewOptOut,
  this.availablePermissionIds,
  this.countryId,
  this.currencyId,
  this.defaultCreativeSizeId,
  this.description,
  this.id,
  this.kind,
  this.locale,
  this.maximumImageSize,
  this.name,
  this.nielsenOcrEnabled,
  this.reportsConfiguration,
  this.shareReportsWithTwitter,
  this.teaserSizeLimit,
});