ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
device-client
/
com.pingidentity.device.client
/
ProfileDevice
Profile
Device
@
Serializable
data
class
ProfileDevice
(
val
id
:
String
,
var
deviceName
:
String
,
val
identifier
:
String
,
val
metadata
:
JsonObject
,
val
location
:
Location
?
=
null
,
val
lastSelectedDate
:
Long
)
:
Device
Data class for Profile devices.
Members
Constructors
Profile
Device
Link copied to clipboard
constructor
(
id
:
String
,
deviceName
:
String
,
identifier
:
String
,
metadata
:
JsonObject
,
location
:
Location
?
=
null
,
lastSelectedDate
:
Long
)
Properties
device
Name
Link copied to clipboard
@
SerialName
(
value
=
"alias"
)
open
override
var
deviceName
:
String
id
Link copied to clipboard
@
SerialName
(
value
=
"_id"
)
open
override
val
id
:
String
identifier
Link copied to clipboard
val
identifier
:
String
last
Selected
Date
Link copied to clipboard
val
lastSelectedDate
:
Long
location
Link copied to clipboard
val
location
:
Location
?
=
null
metadata
Link copied to clipboard
val
metadata
:
JsonObject
url
Suffix
Link copied to clipboard
open
override
var
urlSuffix
:
String