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

Covariant interface for the generic collection response type. More...

Properties

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

Detailed Description

Covariant interface for the generic collection response type.

Type Constraints
T :IAPIType 

Definition at line 6 of file ICollectionResponse[T].cs.

Property Documentation

◆ items

IEnumerable<T> AnalyzeRe.ICollectionResponse< out T >.items
get

The collection items returned by this get response.

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

◆ meta

The metadata associated with this collection get response.

Definition at line 9 of file ICollectionResponse[T].cs.


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