toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
ObjectResponse
/
ObjectDataBcs
Object
Data
Bcs
@
Serializable
data
class
ObjectDataBcs
(
val
dataType
:
String
,
val
type
:
String
,
val
hasPublicTransfer
:
Boolean
,
val
version
:
Long
,
val
bcsBytes
:
String
=
""
)
Members
Constructors
Object
Data
Bcs
Link copied to clipboard
constructor
(
dataType
:
String
,
type
:
String
,
hasPublicTransfer
:
Boolean
,
version
:
Long
,
bcsBytes
:
String
=
""
)
Properties
bcs
Bytes
Link copied to clipboard
val
bcsBytes
:
String
data
Type
Link copied to clipboard
val
dataType
:
String
has
Public
Transfer
Link copied to clipboard
val
hasPublicTransfer
:
Boolean
type
Link copied to clipboard
val
type
:
String
version
Link copied to clipboard
val
version
:
Long