ListInboundOidcSsoProfilesResponse constructor

ListInboundOidcSsoProfilesResponse({
  1. List<InboundOidcSsoProfile>? inboundOidcSsoProfiles,
  2. String? nextPageToken,
})

Implementation

ListInboundOidcSsoProfilesResponse({
  this.inboundOidcSsoProfiles,
  this.nextPageToken,
});