Share via


OptionalFields interface

Used when the API supports selectively returning fields.

Properties

fields

Which fields to return for each ConfigurationSetting

Property Details

fields

Which fields to return for each ConfigurationSetting

TypeScript
fields?: ("value" | "contentType" | "tags" | "isReadOnly" | "lastModified" | (keyof ConfigurationSettingId))[]

Property Value

("value" | "contentType" | "tags" | "isReadOnly" | "lastModified" | (keyof ConfigurationSettingId))[]