app
app
/
in2000.pedalio.data.airquality.source.aqf
/
Meta
Meta
data
class
Meta
(
val
location
:
Location
=
Location()
,
val
reftime
:
String
=
""
,
val
sublocations
:
List
<
Location
>
=
listOf()
,
val
superlocation
:
Superlocation
=
Superlocation()
)
Content copied to clipboard
Constructors
Properties
Constructors
Meta
Link copied to clipboard
fun
Meta
(
location
:
Location
=
Location()
,
reftime
:
String
=
""
,
sublocations
:
List
<
Location
>
=
listOf()
,
superlocation
:
Superlocation
=
Superlocation()
)
Content copied to clipboard
Properties
location
Link copied to clipboard
val
location
:
Location
Content copied to clipboard
reftime
Link copied to clipboard
val
reftime
:
String
Content copied to clipboard
sublocations
Link copied to clipboard
val
sublocations
:
List
<
Location
>
Content copied to clipboard
superlocation
Link copied to clipboard
val
superlocation
:
Superlocation
Content copied to clipboard