Sha256: 341b49b231ef27439487a25bd4e9fa2a4f48f1a89f74b299f0445216373c2cef

Contents?: true

Size: 1.09 KB

Versions: 12

Compression:

Stored size: 1.09 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

12 entries across 12 versions & 1 rubygems

Version Path
sib-api-v3-sdk-9.1.0 docs/CreateAttribute.md
sib-api-v3-sdk-9.0.0 docs/CreateAttribute.md
sib-api-v3-sdk-8.1.0 docs/CreateAttribute.md
sib-api-v3-sdk-8.0.0 docs/CreateAttribute.md
sib-api-v3-sdk-7.5.0 docs/CreateAttribute.md
sib-api-v3-sdk-7.4.0 docs/CreateAttribute.md
sib-api-v3-sdk-7.3.0 docs/CreateAttribute.md
sib-api-v3-sdk-7.2.0 docs/CreateAttribute.md
sib-api-v3-sdk-7.1.0 docs/CreateAttribute.md
sib-api-v3-sdk-7.0.0 docs/CreateAttribute.md
sib-api-v3-sdk-5.5.0 docs/CreateAttribute.md
sib-api-v3-sdk-5.4.0 docs/CreateAttribute.md