DiscoveryResponse interface
Discovery response.
Properties
next |
The link used to get the next page of solution metadata. |
value | The list of solution metadata. |
Property Details
nextLink
The link used to get the next page of solution metadata.
nextLink?: string
Property Value
string
value
The list of solution metadata.
value?: SolutionMetadataResource[]