Package version:

Interface OptionalSnapshotFields

Used when the API supports selectively returning fields.

interface OptionalSnapshotFields {
    fields?: (keyof ConfigurationSnapshot)[];
}

Hierarchy (view full)

Properties

Properties

fields?: (keyof ConfigurationSnapshot)[]

Which fields to return for each ConfigurationSetting