# UpdateTimeDTO ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **UpdatedAt** | **time.Time** | Время последнего обновления. | ## Methods ### NewUpdateTimeDTO `func NewUpdateTimeDTO(updatedAt time.Time, ) *UpdateTimeDTO` NewUpdateTimeDTO instantiates a new UpdateTimeDTO 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 ### NewUpdateTimeDTOWithDefaults `func NewUpdateTimeDTOWithDefaults() *UpdateTimeDTO` NewUpdateTimeDTOWithDefaults instantiates a new UpdateTimeDTO 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 ### GetUpdatedAt `func (o *UpdateTimeDTO) GetUpdatedAt() time.Time` GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise. ### GetUpdatedAtOk `func (o *UpdateTimeDTO) GetUpdatedAtOk() (*time.Time, bool)` GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetUpdatedAt `func (o *UpdateTimeDTO) SetUpdatedAt(v time.Time)` SetUpdatedAt sets UpdatedAt field to given value. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)