GetInvitationConfigurationResponse constructor

GetInvitationConfigurationResponse({
  1. String? contactEmail,
  2. String? organizationName,
  3. List<String>? privateSkillIds,
})

Implementation

GetInvitationConfigurationResponse({
  this.contactEmail,
  this.organizationName,
  this.privateSkillIds,
});