ClientDiscoveryResponse interface
Operations List response which contains list of available APIs.
Properties
next |
Link to the next chunk of the response |
value | List of available operations. |
Property Details
nextLink
Link to the next chunk of the response
nextLink?: string
Property Value
string
value
List of available operations.
value?: ClientDiscoveryValueForSingleApi[]