GetIntentPlainArgs

data class GetIntentPlainArgs(val intentId: String, val intentView: String? = null, val languageCode: String? = null, val location: String, val project: String? = null) : ConvertibleToJava<GetIntentPlainArgs>

Constructors

Link copied to clipboard
constructor(intentId: String, intentView: String? = null, languageCode: String? = null, location: String, project: String? = null)

Properties

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

Functions

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