toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accountPermissionIds = this.accountPermissionIds;
  final accountProfile = this.accountProfile;
  final active = this.active;
  final activeAdsLimitTier = this.activeAdsLimitTier;
  final activeViewOptOut = this.activeViewOptOut;
  final availablePermissionIds = this.availablePermissionIds;
  final countryId = this.countryId;
  final currencyId = this.currencyId;
  final defaultCreativeSizeId = this.defaultCreativeSizeId;
  final description = this.description;
  final id = this.id;
  final kind = this.kind;
  final locale = this.locale;
  final maximumImageSize = this.maximumImageSize;
  final name = this.name;
  final nielsenOcrEnabled = this.nielsenOcrEnabled;
  final reportsConfiguration = this.reportsConfiguration;
  final shareReportsWithTwitter = this.shareReportsWithTwitter;
  final teaserSizeLimit = this.teaserSizeLimit;
  return {
    'accountPermissionIds': ?accountPermissionIds,
    'accountProfile': ?accountProfile,
    'active': ?active,
    'activeAdsLimitTier': ?activeAdsLimitTier,
    'activeViewOptOut': ?activeViewOptOut,
    'availablePermissionIds': ?availablePermissionIds,
    'countryId': ?countryId,
    'currencyId': ?currencyId,
    'defaultCreativeSizeId': ?defaultCreativeSizeId,
    'description': ?description,
    'id': ?id,
    'kind': ?kind,
    'locale': ?locale,
    'maximumImageSize': ?maximumImageSize,
    'name': ?name,
    'nielsenOcrEnabled': ?nielsenOcrEnabled,
    'reportsConfiguration': ?reportsConfiguration,
    'shareReportsWithTwitter': ?shareReportsWithTwitter,
    'teaserSizeLimit': ?teaserSizeLimit,
  };
}