Authlete
ServiceListResponse Class Reference

Response from Authlete's /api/service/get/list API. More...

Properties

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...
 

Detailed Description

Response from Authlete's /api/service/get/list API.

Property Documentation

◆ End

int End
getset

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

Service [] Services
getset

The list of services that match the query conditions.

◆ Start

int Start
getset

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

int TotalCount
getset

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: