C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.CollectionResponse< T > Class Template Reference

Implements the reference entity interface, with support for resolving references using lazy loading. More...

Properties

IEnumerable< T > items [get, set]
 The collection items returned by this get response.
 
CollectionResponseMeta meta [get, set]
 The metadata associated with this collection get response.
 

Detailed Description

Implements the reference entity interface, with support for resolving references using lazy loading.

Type Constraints
T :IAPIType 

Definition at line 7 of file CollectionResponse[T].cs.

Inheritance diagram for AnalyzeRe.CollectionResponse< T >:
AnalyzeRe.ICollectionResponse< T >

Property Documentation

◆ items

IEnumerable<T> AnalyzeRe.CollectionResponse< T >.items
getset

The collection items returned by this get response.

Definition at line 16 of file CollectionResponse[T].cs.

◆ meta

The metadata associated with this collection get response.

Definition at line 12 of file CollectionResponse[T].cs.


The documentation for this class was generated from the following file: