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