ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
device-client
/
com.pingidentity.device.client
/
BoundDevice
Bound
Device
@
Serializable
data
class
BoundDevice
(
val
id
:
String
,
var
deviceName
:
String
,
val
deviceId
:
String
,
val
uuid
:
String
,
val
createdDate
:
Long
,
val
lastAccessDate
:
Long
)
:
Device
Data class for Bound devices.
Members
Constructors
Bound
Device
Link copied to clipboard
constructor
(
id
:
String
,
deviceName
:
String
,
deviceId
:
String
,
uuid
:
String
,
createdDate
:
Long
,
lastAccessDate
:
Long
)
Properties
created
Date
Link copied to clipboard
val
createdDate
:
Long
device
Id
Link copied to clipboard
val
deviceId
:
String
device
Name
Link copied to clipboard
open
override
var
deviceName
:
String
id
Link copied to clipboard
@
SerialName
(
value
=
"_id"
)
open
override
val
id
:
String
last
Access
Date
Link copied to clipboard
val
lastAccessDate
:
Long
url
Suffix
Link copied to clipboard
open
override
var
urlSuffix
:
String
uuid
Link copied to clipboard
val
uuid
:
String