ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
app.bsky.ageassurance
/
GetStateQueryParams
Get
State
Query
Params
@
Serializable
data
class
GetStateQueryParams
(
val
countryCode
:
String
,
val
regionCode
:
String
?
=
null
)
Members
Constructors
Get
State
Query
Params
Link copied to clipboard
constructor
(
countryCode
:
String
,
regionCode
:
String
?
=
null
)
Properties
country
Code
Link copied to clipboard
val
countryCode
:
String
region
Code
Link copied to clipboard
val
regionCode
:
String
?
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
List
<
Pair
<
String
,
Any
?
>
>