stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.android.video.generated.models
/
Location
Location
data
class
Location
(
@
Json
(
name
=
"continent_code"
)
val
continentCode
:
String
,
@
Json
(
name
=
"country_iso_code"
)
val
countryIsoCode
:
String
,
@
Json
(
name
=
"subdivision_iso_code"
)
val
subdivisionIsoCode
:
String
)
Members
Constructors
Location
Link copied to clipboard
constructor
(
@
Json
(
name
=
"continent_code"
)
continentCode
:
String
,
@
Json
(
name
=
"country_iso_code"
)
countryIsoCode
:
String
,
@
Json
(
name
=
"subdivision_iso_code"
)
subdivisionIsoCode
:
String
)
Properties
continent
Code
Link copied to clipboard
val
continentCode
:
String
country
Iso
Code
Link copied to clipboard
val
countryIsoCode
:
String
subdivision
Iso
Code
Link copied to clipboard
val
subdivisionIsoCode
:
String