Package version:

Options for listLabels

interface ListLabelsOptions {
    acceptDateTime?: any;
    fields?: "name"[];
    nameFilter?: string;
}

Hierarchy (view full)

Properties

acceptDateTime?: any

Requests the server to respond with the state of the resource at the specified time.

fields?: "name"[]

Which fields to return for each ConfigurationSetting

nameFilter?: string

A filter for the name of the returned labels.