KotlinEndpointMemberContribution

data class KotlinEndpointMemberContribution(val endpointPropertyName: String, val content: String)(source)

Nested content that should be inserted into one generated endpoint contract interface.

Constructors

Link copied to clipboard
constructor(endpointPropertyName: String, content: String)

Properties

Link copied to clipboard

Kotlin source snippet to insert into the endpoint contract.

Link copied to clipboard

endpoint property receiving the generated nested content.