RevokeInvitation200Response class
Constructors
-
RevokeInvitation200Response.new({required RevokeInvitation200ResponseObjectEnum object, required String id, required String emailAddress, Map<String, Object> publicMetadata = const {}, bool? revoked, required RevokeInvitation200ResponseStatusEnum status, String? url, int? expiresAt, required int createdAt, required int updatedAt})
-
Returns a new RevokeInvitation200Response 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
↔ RevokeInvitation200ResponseObjectEnum
-
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
↔ RevokeInvitation200ResponseStatusEnum
-
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