| Class | Description |
|---|---|
| AdditionalProperties<T> |
A generic class for managing additional properties in a model.
|
| BaseModel |
Base model for all the models.
|
| OptionalNullable<T> |
Class to encapsulate fields which are Optional as well as Nullable.
|
| OptionalNullable.Rfc1123DateTimeSerializer |
A class to handle serialization of Rfc1123 format strings to DateTime objects.
|
| OptionalNullable.Rfc8601DateTimeSerializer |
A class to handle serialization of Rfc8601(Rfc3339) format strings to DateTime objects.
|
| OptionalNullable.Serializer |
JsonSerializer for the
OptionalNullable instance. |
| OptionalNullable.SimpleDateSerializer |
A class to handle serialization of LocalDate objects to date strings.
|
| OptionalNullable.UnixTimestampSerializer |
A class to handle serialization of Unix Timestamps to DateTime objects.
|
| OptionalNullable.ZonedRfc1123DateTimeSerializer |
A class to handle serialization of Rfc1123 format strings to DateTime objects.
|
| OptionalNullable.ZonedRfc8601DateTimeSerializer |
A class to handle serialization of Rfc8601(Rfc3339) format strings to DateTime objects.
|
| OptionalNullable.ZonedUnixTimestampSerializer |
A class to handle serialization of Unix Timestamps to DateTime objects.
|
| Exception | Description |
|---|---|
| AnyOfValidationException |
This is the base class for all exceptions that represent an error response from the server.
|
| CoreApiException |
This is the base class for all exceptions that represent an error response from the server.
|
| OneOfValidationException |
This is the base class for all exceptions that represent an error response from the server.
|
Copyright © 2025. All rights reserved.