toggle menu
trixnity-clientserverapi-model
4.1.1
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
IdentifierType
/
Phone
Phone
@
Serializable
data
class
Phone
(
val
country
:
String
,
val
number
:
String
)
:
IdentifierType
Members
Constructors
Phone
Link copied to clipboard
constructor
(
country
:
String
,
number
:
String
)
Properties
country
Link copied to clipboard
@
SerialName
(
value
=
"country"
)
val
country
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
open
override
val
name
:
String
number
Link copied to clipboard
@
SerialName
(
value
=
"phone"
)
val
number
:
String