interface ListSettingsResponse {
    settings: BareMetal.v1.Setting[];
    totalCount: number;
}

Properties

Properties

settings: BareMetal.v1.Setting[]

Settings that match filters.

totalCount: number

Total count of matching settings.