Property Definition Response
data class PropertyDefinitionResponse(val arrayValueSeparator: String? = null, val dataSourcePrecedenceRules: List<DataSourcePrecedenceResponse>, val enumValidValues: List<ProfileEnumValidValuesFormatResponse>? = null, val fieldName: String, val fieldType: String, val isArray: Boolean? = null, val isAvailableInGraph: Boolean? = null, val isEnum: Boolean? = null, val isFlagEnum: Boolean? = null, val isImage: Boolean? = null, val isLocalizedString: Boolean? = null, val isName: Boolean? = null, val isRequired: Boolean? = null, val maxLength: Int? = null, val propertyId: String? = null, val schemaItemPropLink: String? = null)
Property definition.
Constructors
Link copied to clipboard
constructor(arrayValueSeparator: String? = null, dataSourcePrecedenceRules: List<DataSourcePrecedenceResponse>, enumValidValues: List<ProfileEnumValidValuesFormatResponse>? = null, fieldName: String, fieldType: String, isArray: Boolean? = null, isAvailableInGraph: Boolean? = null, isEnum: Boolean? = null, isFlagEnum: Boolean? = null, isImage: Boolean? = null, isLocalizedString: Boolean? = null, isName: Boolean? = null, isRequired: Boolean? = null, maxLength: Int? = null, propertyId: String? = null, schemaItemPropLink: String? = null)
Properties
Link copied to clipboard
Array value separator for properties with isArray set.
Link copied to clipboard
This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
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.