GetEntryPlainArgs

data class GetEntryPlainArgs(val entryGroupId: String, val entryId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetEntryPlainArgs>

Constructors

Link copied to clipboard
fun GetEntryPlainArgs(entryGroupId: String, entryId: String, location: String, project: String? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetEntryPlainArgs

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null