ApiDefinitionListResult interface
The response of a ApiDefinition list operation.
Properties
next |
The link to the next page of items NOTE: This property will not be serialized. It can only be populated by the server. |
value | The ApiDefinition items on this page NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
The link to the next page of items NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
The ApiDefinition items on this page NOTE: This property will not be serialized. It can only be populated by the server.
value: ApiDefinition[]