LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.ListDeviceVariablesRequestDto Class Reference

Data transfer object that is used for searching through device variables. More...

Properties

ulong Device [get, set]
 
int Limit [get, set]
 Number of results you want to be shown. Server sends paginated response that's why limit can be set. Default is 20.
 
int Offset [get, set]
 

Detailed Description

Data transfer object that is used for searching through device variables.

Property Documentation

◆ Limit

int LicenseSpring.ListDeviceVariablesRequestDto.Limit
getset

Number of results you want to be shown. Server sends paginated response that's why limit can be set. Default is 20.

summary> The initial index from which to return the results. Server sends paginated response that's why offset can be set.

◆ Offset

int LicenseSpring.ListDeviceVariablesRequestDto.Offset
getset

summary> The resulting set can be filtered by the device the variable belongs to. This field is the id of that device.


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