STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.messages.model
/
Attachment
/
Calendar
Calendar
data
class
Calendar
(
val
creationDate
:
Long
?
,
val
startDate
:
Long
?
,
val
endDate
:
Long
?
,
val
title
:
String
?
,
val
description
:
String
?
,
val
location
:
String
?
,
val
sequence
:
Int
?
,
val
isVideoConference
:
Boolean
=
false
)
:
Attachment
Content copied to clipboard
Constructors
Properties
Constructors
Calendar
Link copied to clipboard
fun
Calendar
(
creationDate
:
Long
?
,
startDate
:
Long
?
,
endDate
:
Long
?
,
title
:
String
?
,
description
:
String
?
,
location
:
String
?
,
sequence
:
Int
?
,
isVideoConference
:
Boolean
=
false
)
Content copied to clipboard
Properties
creationDate
Link copied to clipboard
val
creationDate
:
Long
?
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
?
Content copied to clipboard
endDate
Link copied to clipboard
val
endDate
:
Long
?
Content copied to clipboard
isVideoConference
Link copied to clipboard
val
isVideoConference
:
Boolean
=
false
Content copied to clipboard
location
Link copied to clipboard
val
location
:
String
?
Content copied to clipboard
sequence
Link copied to clipboard
val
sequence
:
Int
?
Content copied to clipboard
startDate
Link copied to clipboard
val
startDate
:
Long
?
Content copied to clipboard
title
Link copied to clipboard
val
title
:
String
?
Content copied to clipboard