Name | Type | Description | Notes |
---|---|---|---|
url | string | The link to the current resource | [optional] |
identifier | int | The unique identifier for this CustomFieldValue | [optional] |
description | string | Description to go along with the value | [optional] |
type | \Membercare\Client\Model\CustomFieldDefinition | [optional] | |
parent_link | string | Link to the entity which "owns" the CustomFieldValue | [optional] |
value | **** | The actual Value of the CustomField. The datatype of this value can be found through the Type | [optional] |
start_date | \DateTime | Defines a point in time when this CustomFieldValue is in effect. | [optional] |
end_date | \DateTime | Defines when the CustomFieldValue is supposed to end. Null means no EndDate is defined yet. | [optional] |