feat: shit shit

This commit is contained in:
2025-08-15 11:10:28 +03:00
parent 0c86228095
commit 38acc4a443
1402 changed files with 453050 additions and 111 deletions

View File

@@ -0,0 +1,82 @@
# RegionalModelInfoDTO
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Currency** | Pointer to [**CurrencyType**](CurrencyType.md) | | [optional]
**RegionId** | Pointer to **int64** | Идентификатор региона, для которого выводится информация о предложениях модели (доставляемых в этот регион). Информацию о регионе по идентификатору можно получить с помощью запроса [GET regions/{regionId}](../../reference/regions/searchRegionsById.md). | [optional]
## Methods
### NewRegionalModelInfoDTO
`func NewRegionalModelInfoDTO() *RegionalModelInfoDTO`
NewRegionalModelInfoDTO instantiates a new RegionalModelInfoDTO 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
### NewRegionalModelInfoDTOWithDefaults
`func NewRegionalModelInfoDTOWithDefaults() *RegionalModelInfoDTO`
NewRegionalModelInfoDTOWithDefaults instantiates a new RegionalModelInfoDTO 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
### GetCurrency
`func (o *RegionalModelInfoDTO) GetCurrency() CurrencyType`
GetCurrency returns the Currency field if non-nil, zero value otherwise.
### GetCurrencyOk
`func (o *RegionalModelInfoDTO) GetCurrencyOk() (*CurrencyType, bool)`
GetCurrencyOk returns a tuple with the Currency field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCurrency
`func (o *RegionalModelInfoDTO) SetCurrency(v CurrencyType)`
SetCurrency sets Currency field to given value.
### HasCurrency
`func (o *RegionalModelInfoDTO) HasCurrency() bool`
HasCurrency returns a boolean if a field has been set.
### GetRegionId
`func (o *RegionalModelInfoDTO) GetRegionId() int64`
GetRegionId returns the RegionId field if non-nil, zero value otherwise.
### GetRegionIdOk
`func (o *RegionalModelInfoDTO) GetRegionIdOk() (*int64, bool)`
GetRegionIdOk returns a tuple with the RegionId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRegionId
`func (o *RegionalModelInfoDTO) SetRegionId(v int64)`
SetRegionId sets RegionId field to given value.
### HasRegionId
`func (o *RegionalModelInfoDTO) HasRegionId() bool`
HasRegionId returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)