interface OptionalFields { fields?: ( | "value" | "contentType" | "tags" | "isReadOnly" | "lastModified" | (keyof ConfigurationSettingId
))[]; } Properties
Optionalfields
fields?: (
| "value"
| "contentType"
| "tags"
| "isReadOnly"
| "lastModified"
| (keyof ConfigurationSettingId))[]
Used when the API supports selectively returning fields.