Sha256: 69577c9847a91d6cbf00088b641d7f4ac231b96d3ab9ebbcb3a095dcb7c8aacc
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
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 'boolean' is only available if the category is 'normal' attribute, 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sib-api-v3-sdk-5.2.3 | docs/CreateAttribute.md |
sib-api-v3-sdk-5.2.2 | docs/CreateAttribute.md |
sib-api-v3-sdk-5.2.1 | docs/CreateAttribute.md |