GetConstraintPlainArgs

data class GetConstraintPlainArgs(val acceptLanguage: String? = null, val description: String? = null, val id: String) : ConvertibleToJava<GetConstraintPlainArgs>

A collection of arguments for invoking getConstraint.

Constructors

Link copied to clipboard
constructor(acceptLanguage: String? = null, description: String? = null, id: String)

Properties

Link copied to clipboard
val acceptLanguage: String? = null

Language code. Valid values: en (English), jp (Japanese), zh (Chinese). Default value is en.

Link copied to clipboard
val description: String? = null

Description of the constraint.

Link copied to clipboard
val id: String

Constraint identifier. The following arguments are optional:

Functions

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