Property Definition Args
data class PropertyDefinitionArgs(val arrayValueSeparator: Output<String>? = null, val enumValidValues: Output<List<ProfileEnumValidValuesFormatArgs>>? = null, val fieldName: Output<String>, val fieldType: Output<String>, val isArray: Output<Boolean>? = null, val isAvailableInGraph: Output<Boolean>? = null, val isEnum: Output<Boolean>? = null, val isFlagEnum: Output<Boolean>? = null, val isImage: Output<Boolean>? = null, val isLocalizedString: Output<Boolean>? = null, val isName: Output<Boolean>? = null, val isRequired: Output<Boolean>? = null, val maxLength: Output<Int>? = null, val propertyId: Output<String>? = null, val schemaItemPropLink: Output<String>? = null) : ConvertibleToJava<PropertyDefinitionArgs>
Property definition.
Constructors
Link copied to clipboard
fun PropertyDefinitionArgs(arrayValueSeparator: Output<String>? = null, enumValidValues: Output<List<ProfileEnumValidValuesFormatArgs>>? = null, fieldName: Output<String>, fieldType: Output<String>, isArray: Output<Boolean>? = null, isAvailableInGraph: Output<Boolean>? = null, isEnum: Output<Boolean>? = null, isFlagEnum: Output<Boolean>? = null, isImage: Output<Boolean>? = null, isLocalizedString: Output<Boolean>? = null, isName: Output<Boolean>? = null, isRequired: Output<Boolean>? = null, maxLength: Output<Int>? = null, propertyId: Output<String>? = null, schemaItemPropLink: Output<String>? = null)