toggle menu
yorkie
0.6.3
androidJvm
switch theme
search in API
yorkie
/
dev.yorkie.schema
/
Rule
/
ObjectRule
Object
Rule
data
class
ObjectRule
(
val
path
:
String
,
val
type
:
String
=
TYPE
,
val
properties
:
List
<
String
>
,
val
optional
:
List
<
String
>
)
:
Rule
Members
Constructors
Object
Rule
Link copied to clipboard
constructor
(
path
:
String
,
type
:
String
=
TYPE
,
properties
:
List
<
String
>
,
optional
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
optional
Link copied to clipboard
val
optional
:
List
<
String
>
path
Link copied to clipboard
open
override
val
path
:
String
properties
Link copied to clipboard
val
properties
:
List
<
String
>
type
Link copied to clipboard
open
override
val
type
:
String