toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adWordsAccounts = this.adWordsAccounts;
final entity = this.entity;
final id = this.id;
final kind = this.kind;
final name = this.name;
final profileIds = this.profileIds;
final selfLink = this.selfLink;
return {
'adWordsAccounts': ?adWordsAccounts,
'entity': ?entity,
'id': ?id,
'kind': ?kind,
'name': ?name,
'profileIds': ?profileIds,
'selfLink': ?selfLink,
};
}