1using System.Collections.Generic;
Interface shared by all object types and resources returned by the Analyze Re server.
Covariant interface for the generic collection response type.
CollectionResponseMeta meta
The metadata associated with this collection get response.
IEnumerable< T > items
The collection items returned by this get response.