# UpdateMappingDTO ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **MarketSku** | Pointer to **int64** | Идентификатор карточки товара на Маркете. | [optional] ## Methods ### NewUpdateMappingDTO `func NewUpdateMappingDTO() *UpdateMappingDTO` NewUpdateMappingDTO instantiates a new UpdateMappingDTO 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 ### NewUpdateMappingDTOWithDefaults `func NewUpdateMappingDTOWithDefaults() *UpdateMappingDTO` NewUpdateMappingDTOWithDefaults instantiates a new UpdateMappingDTO 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 ### GetMarketSku `func (o *UpdateMappingDTO) GetMarketSku() int64` GetMarketSku returns the MarketSku field if non-nil, zero value otherwise. ### GetMarketSkuOk `func (o *UpdateMappingDTO) GetMarketSkuOk() (*int64, bool)` GetMarketSkuOk returns a tuple with the MarketSku field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetMarketSku `func (o *UpdateMappingDTO) SetMarketSku(v int64)` SetMarketSku sets MarketSku field to given value. ### HasMarketSku `func (o *UpdateMappingDTO) HasMarketSku() bool` HasMarketSku 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)