Get Entry Plain Args
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)