ClientDiscoveryResponse interface

Operations List response which contains list of available APIs.

Properties

nextLink

Link to the next chunk of the response

value

List of available operations.

Property Details

Link to the next chunk of the response

nextLink?: string

Property Value

string

value

List of available operations.

value?: ClientDiscoveryValueForSingleApi[]

Property Value