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