CompletionEntryLabelDetailsResponse Type
CompletionEntryLabelDetailsResponse holds additional label display text for a completion entry.
Record fields
| Record Field |
Description
|
Full Usage:
Description
Field type: string voption
|
|
Full Usage:
Detail
Field type: string voption
|
|
Static members
| Static member |
Description
|
Full Usage:
CompletionEntryLabelDetailsResponse.Default
Returns: CompletionEntryLabelDetailsResponse
|
The record with nothing set: every field is either optional or a default of its own, so this serialises to `{}`. Copy-update it to fill in the fields you mean - `{ CompletionEntryLabelDetailsResponse.Default with ... }` - rather than writing all 2 out.
|