GetInvitationConfigurationResponse class

Constructors

GetInvitationConfigurationResponse({String? contactEmail, String? organizationName, List<String>? privateSkillIds})
GetInvitationConfigurationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contactEmail String?
The email ID of the organization or individual contact that the enrolled user can use.
final
hashCode int
The hash code for this object.
no setterinherited
organizationName String?
The name of the organization sending the enrollment invite to a user.
final
privateSkillIds List<String>?
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited