QueryParameterType - rwjdk/TrelloDotNet GitHub Wiki
Represents the type of a query parameter used in API requests.
Values
| Value | Description |
|---|---|
String |
Represents a string type parameter. |
Boolean |
Represents a boolean type parameter. |
Integer |
Represents an integer type parameter. |
DateTimeOffset |
Represents a DateTimeOffset type parameter. |
Decimal |
Represents a decimal type parameter. |
Usage
This enum is utilized in the QueryParameter class to define the type of parameters used in API calls.