ListInboundOidcSsoProfilesResponse constructor
ListInboundOidcSsoProfilesResponse({
- List<
InboundOidcSsoProfile> ? inboundOidcSsoProfiles, - String? nextPageToken,
Implementation
ListInboundOidcSsoProfilesResponse({
this.inboundOidcSsoProfiles,
this.nextPageToken,
});