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