ExtensionValueListResultV2 interface
The List Extension Metadata response.
Properties
| next |
The URI to fetch the next page of extension metadata. |
| value | The list of extension metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
The URI to fetch the next page of extension metadata.
nextLink?: string
Property Value
string
value
The list of extension metadata. NOTE: This property will not be serialized. It can only be populated by the server.
value?: ExtensionValueV2[]