sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
ai.abra.sdk.rule
/
Ruleset
Ruleset
@
JsonClass
(
generateAdapter
=
true
)
data
class
Ruleset
(
@
Json
(
name
=
"abra"
)
val
abra
:
List
<
AbraRules
>
,
@
Json
(
name
=
"google"
)
val
google
:
List
<
GoogleRules
>
)
:
Codable
Members
Constructors
Ruleset
Link copied to clipboard
constructor
(
@
Json
(
name
=
"abra"
)
abra
:
List
<
AbraRules
>
,
@
Json
(
name
=
"google"
)
google
:
List
<
GoogleRules
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
abra
Link copied to clipboard
val
abra
:
List
<
AbraRules
>
google
Link copied to clipboard
val
google
:
List
<
GoogleRules
>
Functions
to
JSON
Link copied to clipboard
open
fun
toJSON
(
)
:
String
Helper method to convert an object to JSON