Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.15 KB

CustomFieldValue.md

File metadata and controls

16 lines (13 loc) · 1.15 KB

CustomFieldValue

Properties

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]

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