UpdateSAMLConnectionRequestAttributeMapping constructor

UpdateSAMLConnectionRequestAttributeMapping({
  1. String? userId,
  2. String? emailAddress,
  3. String? firstName,
  4. String? lastName,
})

Implementation

UpdateSAMLConnectionRequestAttributeMapping({
  this.userId,
  this.emailAddress,
  this.firstName,
  this.lastName,
});