Get Entity Type Plain Args
data class GetEntityTypePlainArgs(val entityTypeId: String, val languageCode: String? = null, val location: String, val project: String? = null) : ConvertibleToJava<GetEntityTypePlainArgs>
Constructors
Link copied to clipboard
fun GetEntityTypePlainArgs(entityTypeId: String, languageCode: String? = null, location: String, project: String? = null)