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