Package version:

InterfaceExtensionValueListResult

The List Extension Metadata response.

interface ExtensionValueListResult {
    value?: ExtensionValue[];
}

Properties

Properties

value?: ExtensionValue[]

The list of extension metadata NOTE: This property will not be serialized. It can only be populated by the server.