Package version:

A page of configuration settings and the corresponding HTTP response

interface ListLabelsPage {
    _response: any;
    continuationToken?: string;
    etag?: string;
    items: SettingLabel[];
}

Hierarchy (view full)

Properties

_response: any

The underlying HTTP response.

continuationToken?: string

The token that keeps track of where to continue the iterator

etag?: string

The etag for this entity

items: SettingLabel[]

The collection of labels