onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
DisclosurePolicyCreateRequest
Disclosure
Policy
Create
Request
data
class
DisclosurePolicyCreateRequest
(
var
policy
:
String
,
var
description
:
String
?
,
var
url
:
String
?
,
var
options
:
DisclosurePolicyOptions
?
)
Members
Constructors
Disclosure
Policy
Create
Request
Link copied to clipboard
constructor
(
policy
:
String
,
description
:
String
?
,
url
:
String
?
,
options
:
DisclosurePolicyOptions
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
var
description
:
String
?
options
Link copied to clipboard
var
options
:
DisclosurePolicyOptions
?
policy
Link copied to clipboard
var
policy
:
String
url
Link copied to clipboard
var
url
:
String
?