toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.situations
/
PublishAtScope
Publish
At
Scope
@
Serializable
data
class
PublishAtScope
(
val
scopeType
:
ScopeType
?
=
null
,
val
affects
:
AffectsDto
)
:
Parcelable
Created by Deniz Kalem on 27.11.2024
Members
Constructors
Publish
At
Scope
Link copied to clipboard
constructor
(
scopeType
:
ScopeType
?
=
null
,
affects
:
AffectsDto
)
Properties
affects
Link copied to clipboard
val
affects
:
AffectsDto
scope
Type
Link copied to clipboard
val
scopeType
:
ScopeType
?
=
null
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
)