Account constructor
Account({
- List<
String> ? accountPermissionIds, - String? accountProfile,
- bool? active,
- String? activeAdsLimitTier,
- bool? activeViewOptOut,
- List<
String> ? availablePermissionIds, - String? countryId,
- String? currencyId,
- String? defaultCreativeSizeId,
- String? description,
- String? id,
- String? kind,
- String? locale,
- String? maximumImageSize,
- String? name,
- bool? nielsenOcrEnabled,
- ReportsConfiguration? reportsConfiguration,
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,
});