Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.architecture
/
IntraComponentDependencyParticipantInput
IntraComponentDependencyParticipantInput
class
IntraComponentDependencyParticipantInput
(
val
interface
:
ID
,
val
includedParts
:
OptionalInput
<
List
<
ID
>
>
)
:
Input
Input to create a IntraComponentDependencyParticipant
Members
Constructors
Intra
Component
Dependency
Participant
Input
Link copied to clipboard
constructor
(
interface
:
ID
,
includedParts
:
OptionalInput
<
List
<
ID
>
>
)
Properties
included
Parts
Link copied to clipboard
val
includedParts
:
OptionalInput
<
List
<
ID
>
>
interface
Link copied to clipboard
val
interface
:
ID
Functions
validate
Link copied to clipboard
open
fun
validate
(
)
Validates this input