kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Storage
/
AttributionScopesData
Attribution
Scopes
Data
@
Serializable
data
class
AttributionScopesData
(
val
values
:
List
<
String
>
,
val
limit
:
Double
,
val
maxEventStates
:
Double
)
Members
Constructors
Attribution
Scopes
Data
Link copied to clipboard
constructor
(
values
:
List
<
String
>
,
limit
:
Double
,
maxEventStates
:
Double
)
Properties
limit
Link copied to clipboard
val
limit
:
Double
number instead of integer because not all uint32 can be represented by int
max
Event
States
Link copied to clipboard
val
maxEventStates
:
Double
values
Link copied to clipboard
val
values
:
List
<
String
>