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