toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (delegatedProjectNumber != null)
'delegatedProjectNumber': delegatedProjectNumber!,
if (maxResults != null) 'maxResults': maxResults!,
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
if (targetProjectId != null) 'targetProjectId': targetProjectId!,
};