onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
GetTrustAnchorResponseBindingDto
Get
Trust
Anchor
Response
Binding
Dto
data
class
GetTrustAnchorResponseBindingDto
(
var
id
:
String
,
var
name
:
String
,
var
createdDate
:
String
,
var
lastModified
:
String
,
var
type
:
String
,
var
isPublisher
:
Boolean
,
var
publisherReference
:
String
)
Members
Constructors
Get
Trust
Anchor
Response
Binding
Dto
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
createdDate
:
String
,
lastModified
:
String
,
type
:
String
,
isPublisher
:
Boolean
,
publisherReference
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
created
Date
Link copied to clipboard
var
createdDate
:
String
id
Link copied to clipboard
var
id
:
String
is
Publisher
Link copied to clipboard
var
isPublisher
:
Boolean
last
Modified
Link copied to clipboard
var
lastModified
:
String
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