Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.67 KB

CatalogCustomAttributeValue.md

File metadata and controls

16 lines (13 loc) · 1.67 KB

CatalogCustomAttributeValue

Properties

Name Type Description Notes
Name string The name of the custom attribute. [optional] [default to null]
StringValue string The string value of the custom attribute. Populated if `type` = `STRING`. [optional] [default to null]
CustomAttributeDefinitionId string Read-only. The id of the `CatalogCustomAttributeDefinition` this value belongs to. [optional] [default to null]
Type_ string Read-only. A copy of type from the associated `CatalogCustomAttributeDefinition`. See CatalogCustomAttributeDefinitionType for possible values [optional] [default to null]
NumberValue string Populated if `type` = `NUMBER`. Contains a string representation of a decimal number, using a `.` as the decimal separator. [optional] [default to null]
BooleanValue bool A `true` or `false` value. Populated if `type` = `BOOLEAN`. [optional] [default to null]
SelectionUidValues []string One or more choices from `allowed_selections`. Populated if `type` = `SELECTION`. [optional] [default to null]
Key string Read-only. A copy of key from the associated `CatalogCustomAttributeDefinition`. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]