#/components/schemas/MessagePaginationParamsRequest
More...
#include <MessagePaginationParamsRequestDto.h>
|
|
uint32 | Limit = TNumericLimits<uint32>::Max() |
| |
|
uint32 | Offset = TNumericLimits<uint32>::Max() |
| |
|
FDateTime | CreatedAtAfter = FDateTime{0} |
| |
|
FDateTime | CreatedAtAfterOrEqual = FDateTime{0} |
| |
|
FDateTime | CreatedAtBefore = FDateTime{0} |
| |
|
FDateTime | CreatedAtBeforeOrEqual = FDateTime{0} |
| |
|
FString | IdGt |
| |
|
FString | IdGte |
| |
|
FString | IdLt |
| |
|
FString | IdLte |
| |
#/components/schemas/MessagePaginationParamsRequest
The documentation for this struct was generated from the following file: