onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
CreateTrustAnchorRequestBindingDto
Create
Trust
Anchor
Request
Binding
Dto
data
class
CreateTrustAnchorRequestBindingDto
(
var
name
:
String
,
var
type
:
String
,
var
isPublisher
:
Boolean
?
,
var
publisherReference
:
String
?
)
Members
Constructors
Create
Trust
Anchor
Request
Binding
Dto
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
isPublisher
:
Boolean
?
,
publisherReference
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Publisher
Link copied to clipboard
var
isPublisher
:
Boolean
?
name
Link copied to clipboard
var
name
:
String
publisher
Reference
Link copied to clipboard
var
publisherReference
:
String
?
type
Link copied to clipboard
var
type
:
String