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.place
/
CategoryKeyValueDto
Category
Key
Value
Dto
@
Serializable
data
class
CategoryKeyValueDto
(
val
key
:
String
,
val
value
:
String
)
:
Parcelable
Created by Deniz Kalem on 02.07.2026
Members
Constructors
Category
Key
Value
Dto
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
value
:
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
)