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
constructor(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)
Properties
Link copied to clipboard
Array value separator for properties with isArray set.
Link copied to clipboard
Describes valid values for an enum property.
Link copied to clipboard
Whether property is available in graph or not.
Link copied to clipboard
Indicates if the property is an flag enum.
Link copied to clipboard
Whether the property is a localized string.
Link copied to clipboard
Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
Link copied to clipboard
The ID associated with the property.
Link copied to clipboard
URL encoded schema.org item prop link for the property.