v1Invitation class
Constructors
-
v1Invitation({required String invitationId, required String receiverUserName, required String receiverEmail, required List<
String> receiverUserTags, required v1AccessType accessType, required v1InvitationStatus status, required externaldatav1Timestamp createdAt, required externaldatav1Timestamp updatedAt, required String senderUserId}) -
const
-
v1Invitation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessType → v1AccessType
-
The User's permissible access method(s).
final
- createdAt → externaldatav1Timestamp
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invitationId → String
-
Unique identifier for a given Invitation object.
final
- receiverEmail → 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.
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
- status → v1InvitationStatus
-
The current processing status of a specified Invitation.
final
- updatedAt → externaldatav1Timestamp
-
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