Class Results<T>
Inherited Members
Namespace: JoshAaronMiller.INaturalist
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class Results<T> : JsonObject<Results<T>>
Type Parameters
Name | Description |
---|---|
T |
Fields
page
Declaration
public int page
Field Value
Type | Description |
---|---|
Int32 |
per_page
Declaration
public int per_page
Field Value
Type | Description |
---|---|
Int32 |
results
Declaration
public List<T> results
Field Value
Type | Description |
---|---|
List<T> |
total_results
Declaration
public int total_results
Field Value
Type | Description |
---|---|
Int32 |