toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final delegatedProjectNumber = this.delegatedProjectNumber;
final maxResults = this.maxResults;
final nextPageToken = this.nextPageToken;
final targetProjectId = this.targetProjectId;
return {
'delegatedProjectNumber': ?delegatedProjectNumber,
'maxResults': ?maxResults,
'nextPageToken': ?nextPageToken,
'targetProjectId': ?targetProjectId,
};
}