Types

Link copied to clipboard
@SerialName(value = "tools.ozone.hosting.getAccountHistory#accountCreated")
value class AccountCreated(val value: GetAccountHistoryAccountCreated) : GetAccountHistoryEventDetailsUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.hosting.getAccountHistory#emailConfirmed")
value class EmailConfirmed(val value: GetAccountHistoryEmailConfirmed) : GetAccountHistoryEventDetailsUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.hosting.getAccountHistory#emailUpdated")
value class EmailUpdated(val value: GetAccountHistoryEmailUpdated) : GetAccountHistoryEventDetailsUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.hosting.getAccountHistory#handleUpdated")
value class HandleUpdated(val value: GetAccountHistoryHandleUpdated) : GetAccountHistoryEventDetailsUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.hosting.getAccountHistory#passwordUpdated")
value class PasswordUpdated(val value: GetAccountHistoryPasswordUpdated) : GetAccountHistoryEventDetailsUnion
Link copied to clipboard