WaitlistEntryInvitation class
Constructors
-
WaitlistEntryInvitation.new({required WaitlistEntryInvitationObjectEnum object, required String id, required String emailAddress, Map<String, Object> publicMetadata = const {}, bool? revoked, required WaitlistEntryInvitationStatusEnum status, String? url, int? expiresAt, required int createdAt, required int updatedAt})
-
Returns a new WaitlistEntryInvitation instance.
Properties
-
createdAt
↔ int
-
Unix timestamp of creation.
getter/setter pair
-
emailAddress
↔ String
-
getter/setter pair
-
expiresAt
↔ int?
-
Unix timestamp of expiration.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
id
↔ String
-
getter/setter pair
-
object
↔ WaitlistEntryInvitationObjectEnum
-
getter/setter pair
-
publicMetadata
↔ Map<String, Object>
-
getter/setter pair
-
revoked
↔ bool?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
status
↔ WaitlistEntryInvitationStatusEnum
-
getter/setter pair
-
updatedAt
↔ int
-
Unix timestamp of last update.
getter/setter pair
-
url
↔ String?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair