ListInboundSsoAssignmentsResponse constructor
      
      ListInboundSsoAssignmentsResponse({ 
    
    
- List<InboundSsoAssignment> ? inboundSsoAssignments,
- String? nextPageToken,
Implementation
ListInboundSsoAssignmentsResponse({
  this.inboundSsoAssignments,
  this.nextPageToken,
});