C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
CollectionResponseMeta.cs
Go to the documentation of this file.
1
using
System.Runtime.Serialization;
2
3
namespace
AnalyzeRe
4
{
6
public
class
CollectionResponseMeta
:
APIType
7
{
8
#region Public Properties
10
[DataMember(Order = 2)]
11
public
long
total_count
{
get
;
set
; }
12
14
[DataMember(Order = 3)]
15
public
long
offset
{
get
;
set
; }
16
18
[DataMember(Order = 4)]
19
public
long
limit
{
get
;
set
; }
20
#endregion Public Properties
21
}
22
}
AnalyzeRe.APIType
Base class used by all types and resources.
Definition
APIType.cs:8
AnalyzeRe.CollectionResponseMeta
The metadata associated with a collection get response.
Definition
CollectionResponseMeta.cs:7
AnalyzeRe.CollectionResponseMeta.limit
long limit
The maximum number of results returned in this response.
Definition
CollectionResponseMeta.cs:19
AnalyzeRe.CollectionResponseMeta.total_count
long total_count
The total number of resources in this collection.
Definition
CollectionResponseMeta.cs:11
AnalyzeRe.CollectionResponseMeta.offset
long offset
The number of results skipped before starting to return results.
Definition
CollectionResponseMeta.cs:15
AnalyzeRe
Definition
API.Authentication.cs:14
src
AnalyzeRe.Client
Model
Common
CollectionResponseMeta.cs
Generated on Thu Sep 26 2024 17:41:00 for C# Client Library by
1.9.8