v1InvitationParams class

Constructors

v1InvitationParams({required String receiverUserName, required String receiverUserEmail, required List<String> receiverUserTags, required v1AccessType accessType, required String senderUserId})
const
v1InvitationParams.fromJson(Map<String, dynamic> json)
factory

Properties

accessType v1AccessType
The User's permissible access method(s).
final
hashCode int
The hash code for this object.
no setterinherited
receiverUserEmail String
The email address of the intended Invitation recipient.
final
receiverUserName String
The name of the intended Invitation recipient.
final
receiverUserTags List<String>
A list of tags assigned to the Invitation recipient. This field, if not needed, should be an empty array in your request body.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderUserId String
Unique identifier for the Sender of an Invitation.
final

Methods

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

Operators

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