toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.dnd_ooo
/
DndOutOfOffice
Dnd
Out
Of
Office
data
class
DndOutOfOffice
(
val
resourceId
:
String
,
val
datetime
:
List
<
FilterElement
>
)
:
Parcelable
Members
Constructors
Dnd
Out
Of
Office
Link copied to clipboard
constructor
(
resourceId
:
String
,
datetime
:
List
<
FilterElement
>
)
Properties
datetime
Link copied to clipboard
val
datetime
:
List
<
FilterElement
>
resource
Id
Link copied to clipboard
val
resourceId
:
String
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)