toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (adWordsAccounts != null) 'adWordsAccounts': adWordsAccounts!,
      if (entity != null) 'entity': entity!,
      if (id != null) 'id': id!,
      if (kind != null) 'kind': kind!,
      if (name != null) 'name': name!,
      if (profileIds != null) 'profileIds': profileIds!,
      if (selfLink != null) 'selfLink': selfLink!,
    };