| Name | Type | Description | Notes |
|---|---|---|---|
| Details | Pointer to string | [optional] | |
| Message | Pointer to string | [optional] | |
| Timestamp | Pointer to time.Time | [optional] |
func NewErrorDto() *ErrorDto
NewErrorDto instantiates a new ErrorDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorDtoWithDefaults() *ErrorDto
NewErrorDtoWithDefaults instantiates a new ErrorDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ErrorDto) GetDetails() string
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *ErrorDto) GetDetailsOk() (*string, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorDto) SetDetails(v string)
SetDetails sets Details field to given value.
func (o *ErrorDto) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (o *ErrorDto) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ErrorDto) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorDto) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ErrorDto) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ErrorDto) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *ErrorDto) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorDto) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *ErrorDto) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.