OJP-Android-SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
OJP-Android-SDK
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.ser
/
OperatingDaysDto
Operating
Days
Dto
@
Serializable
data
class
OperatingDaysDto
(
val
from
:
String
,
val
to
:
String
,
val
pattern
:
String
)
:
Parcelable
Created by Deniz Kalem on 20.05.2026
Members
Constructors
Operating
Days
Dto
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
,
pattern
:
String
)
Properties
from
Link copied to clipboard
val
from
:
String
pattern
Link copied to clipboard
val
pattern
:
String
to
Link copied to clipboard
val
to
:
String
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
)