Metadata are entities which represents additional definitions and attribute information.
Name | Type | Description | Notes |
---|---|---|---|
AllowMultipleSelection | bool | A value indicating whether multiple values can be specified. Applicable only for attributes of type 'Lookup'. | [optional] |
DataType | string | The data type of this attribute | [optional] |
DefaultValue | ValueTypeWrapper | [optional] | |
Description | string | The description of the attribute | [optional] |
DisplayName | Dictionary<string, string> | [optional] | |
GroupName | string | The ID of the attribute group, if the attribute is associated to a group | [optional] |
IncludeInAllCategoryDefinition | bool | A value indicating whether the attribute will be automatically returned with all Category definitions of the system | [optional] |
IncludeInAllProductDefinition | bool | A value indicating whether the attribute will be automatically returned with all Product definitions of the system | [optional] |
IncludeInAllVariantDefinition | bool | A value indicating whether or not the attribute should be automatically included in variant definitions of the system | [optional] |
IsHiddenInOrchestrator | bool | A value indicating whether this instance is hidden in the orchestrator | [optional] |
IsRequired | bool | A value indicating whether a value is required for this attribute | [optional] |
Localizable | bool | A value indicating whether this attribute is localizable and a distinct value can be specified for different cultures | [optional] |
LookupName | string | The name of the lookup type. Applicable only for attributes of type 'Lookup'. | [optional] |
MaximumValue | ValueTypeWrapper | [optional] | |
MinimumValue | ValueTypeWrapper | [optional] |