GetEntityTypePlainArgs

data class GetEntityTypePlainArgs(val agentId: String, val entityTypeId: String, val languageCode: String? = null, val location: String, val project: String? = null) : ConvertibleToJava<GetEntityTypePlainArgs>

Constructors

Link copied to clipboard
fun GetEntityTypePlainArgs(agentId: String, entityTypeId: String, languageCode: String? = null, location: String, project: String? = null)

Functions

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

Properties

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