Sha256: bc160e75879d9dd01183a66fe1abd320c412e5c5ec873a2d806860cd1726b0ab
Contents?: true
Size: 1005 Bytes
Versions: 1
Compression:
Stored size: 1005 Bytes
Contents
# SibApiV3Sdk::CreateAttribute ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **value** | **String** | Value of the attribute. Use only if the attribute's category is 'calculated' or 'global' | [optional] **enumeration** | [**Array<CreateAttributeEnumeration>**](CreateAttributeEnumeration.md) | List of values and labels that the attribute can take. Use only if the attribute's category is \"category\". For example, [{'value':1, 'label':'male'}, {'value':2, 'label':'female'}] | [optional] **type** | **String** | Type of the attribute. Use only if the attribute's category is 'normal', 'category' or 'transactional' ( type 'id' is only available if the category is 'transactional' attribute & type 'category' is only available if the category is 'category' attribute ) | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sib-api-v3-sdk-5.0.0 | docs/CreateAttribute.md |