Response from Authlete's /api/service/get/list
API.
More...
|
int | Start [get, set] |
| The start index (inclusive) for the result set of the query. It is the value contained in the original request (= the value of the "start" parameter), or the default value (0 ) if the original request did not contain the parameter. More...
|
|
int | End [get, set] |
| The end index (exclusive) for the result set of the query. It is the value contained in the original request (= the value of the "end" parameter), or the default value defined in Authlete server if the original request did not contain the parameter. More...
|
|
int | TotalCount [get, set] |
| The total count of services. More...
|
|
Service[] | Services [get, set] |
| The list of services that match the query conditions. More...
|
|
Response from Authlete's /api/service/get/list
API.
◆ End
The end index (exclusive) for the result set of the query. It is the value contained in the original request (= the value of the "end"
parameter), or the default value defined in Authlete server if the original request did not contain the parameter.
◆ Services
The list of services that match the query conditions.
◆ Start
The start index (inclusive) for the result set of the query. It is the value contained in the original request (= the value of the "start"
parameter), or the default value (0
) if the original request did not contain the parameter.
◆ TotalCount
The total count of services.
The value of this property is not the size of the array returned from the Services
property. Instead, it is the total count of services in Authlete's database that match the query conditions.
The documentation for this class was generated from the following file:
- Authlete/Dto/ServiceListResponse.cs