onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
KeyRequestBindingDto
Key
Request
Binding
Dto
data
class
KeyRequestBindingDto
(
var
organisationId
:
String
,
var
keyType
:
String
,
var
keyParams
:
Map
<
String
,
String
>
,
var
name
:
String
,
var
storageType
:
String
,
var
storageParams
:
Map
<
String
,
String
>
)
Members
Constructors
Key
Request
Binding
Dto
Link copied to clipboard
constructor
(
organisationId
:
String
,
keyType
:
String
,
keyParams
:
Map
<
String
,
String
>
,
name
:
String
,
storageType
:
String
,
storageParams
:
Map
<
String
,
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Params
Link copied to clipboard
var
keyParams
:
Map
<
String
,
String
>
key
Type
Link copied to clipboard
var
keyType
:
String
name
Link copied to clipboard
var
name
:
String
organisation
Id
Link copied to clipboard
var
organisationId
:
String
storage
Params
Link copied to clipboard
var
storageParams
:
Map
<
String
,
String
>
storage
Type
Link copied to clipboard
var
storageType
:
String