onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
CreateIdentifierDidRequestBindingDto
Create
Identifier
Did
Request
Binding
Dto
data
class
CreateIdentifierDidRequestBindingDto
(
var
name
:
String
?
,
var
method
:
String
,
var
keys
:
DidRequestKeysBindingDto
,
var
params
:
Map
<
String
,
String
>
)
Members
Constructors
Create
Identifier
Did
Request
Binding
Dto
Link copied to clipboard
constructor
(
name
:
String
?
,
method
:
String
,
keys
:
DidRequestKeysBindingDto
,
params
:
Map
<
String
,
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
keys
Link copied to clipboard
var
keys
:
DidRequestKeysBindingDto
method
Link copied to clipboard
var
method
:
String
name
Link copied to clipboard
var
name
:
String
?
params
Link copied to clipboard
var
params
:
Map
<
String
,
String
>