toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accountId != null) 'accountId': accountId!,
  if (advertiserId != null) 'advertiserId': advertiserId!,
  if (advertiserIdDimensionValue != null)
    'advertiserIdDimensionValue': advertiserIdDimensionValue!,
  if (groupNumber != null) 'groupNumber': groupNumber!,
  if (id != null) 'id': id!,
  if (kind != null) 'kind': kind!,
  if (name != null) 'name': name!,
  if (subaccountId != null) 'subaccountId': subaccountId!,
};