Get Account History Event Details Union
Types
Link copied to clipboard
value class AccountCreated(val value: GetAccountHistoryAccountCreated) : GetAccountHistoryEventDetailsUnion
Link copied to clipboard
value class EmailConfirmed(val value: GetAccountHistoryEmailConfirmed) : GetAccountHistoryEventDetailsUnion
Link copied to clipboard
value class EmailUpdated(val value: GetAccountHistoryEmailUpdated) : GetAccountHistoryEventDetailsUnion
Link copied to clipboard
value class HandleUpdated(val value: GetAccountHistoryHandleUpdated) : GetAccountHistoryEventDetailsUnion
Link copied to clipboard
value class PasswordUpdated(val value: GetAccountHistoryPasswordUpdated) : GetAccountHistoryEventDetailsUnion
Link copied to clipboard