2.8 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	RegionalModelInfoDTO
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Currency | Pointer to CurrencyType | [optional] | |
| RegionId | Pointer to int64 | Идентификатор региона, для которого выводится информация о предложениях модели (доставляемых в этот регион). Информацию о регионе по идентификатору можно получить с помощью запроса GET regions/{regionId}. | [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.