1using System.Collections.Generic;
2using System.Runtime.Serialization;
9 #region Public Properties
11 [DataMember(Order = 11)]
15 [DataMember(Order = 12)]
16 public IEnumerable<T>
items {
get;
set; }
17 #endregion Public Properties
Implements the reference entity interface, with support for resolving references using lazy loading.
IEnumerable< T > items
The collection items returned by this get response.
CollectionResponseMeta meta
The metadata associated with this collection get response.
Interface shared by all object types and resources returned by the Analyze Re server.
Covariant interface for the generic collection response type.