LibraryAuthor

abstract class LibraryAuthor

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Input
abstract val name: Property<String>
Link copied to clipboard
@get:Input
abstract val website: Property<String>

Functions

Link copied to clipboard
open override fun toString(): String