MinimalCardFieldValueInterface
Card field value information
| Field : Object | Description |
|---|---|
| array_value: [String] | The value of an Attachment, Checklists, Connection or Label field, processed as an array type |
| assignee_values: [User] | Information about the users assigned to the card |
| connectedRepoItems: [PublicRepoItemTypes] | Information about cards and records connected with the card |
| date_value: Date | The value of a Date, DateTime or DueDate field, processed as a date type |
| datetime_value: DateTime | The value of a DateTime or DueDate field, processed as a date and time type |
| field: MinimalField | Information about the card field |
| float_value: Float | The field float value |
| label_values: [FieldLabel] | Information about the card label |
| native_value: String | The field value for show |
| report_value: String | The field value prepared for report |
| value: String | The field value |