feat: shit shit
This commit is contained in:
		
							
								
								
									
										123
									
								
								pkg/api/yandex/ymclient/docs/UpdateOfferContentResultDTO.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										123
									
								
								pkg/api/yandex/ymclient/docs/UpdateOfferContentResultDTO.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,123 @@
 | 
			
		||||
# UpdateOfferContentResultDTO
 | 
			
		||||
 | 
			
		||||
## Properties
 | 
			
		||||
 | 
			
		||||
Name | Type | Description | Notes
 | 
			
		||||
------------ | ------------- | ------------- | -------------
 | 
			
		||||
**OfferId** | **string** | Ваш :no-translate[SKU] — идентификатор товара в вашей системе.  Правила использования :no-translate[SKU]:  * У каждого товара :no-translate[SKU] должен быть свой.  * Уже заданный :no-translate[SKU] нельзя освободить и использовать заново для другого товара. Каждый товар должен получать новый идентификатор, до того никогда не использовавшийся в вашем каталоге.  :no-translate[SKU] товара можно изменить в кабинете продавца на Маркете. О том, как это сделать, читайте [в Справке Маркета для продавцов](https://yandex.ru/support2/marketplace/ru/assortment/operations/edit-sku).  [Что такое :no-translate[SKU] и как его назначать](https://yandex.ru/support/marketplace/assortment/add/index.html#fields)  | 
 | 
			
		||||
**Errors** | Pointer to [**[]OfferContentErrorDTO**](OfferContentErrorDTO.md) | Ошибки.  Если хотя бы по одному товару есть ошибка, информация в каталоге не обновится по всем переданным товарам.  | [optional] 
 | 
			
		||||
**Warnings** | Pointer to [**[]OfferContentErrorDTO**](OfferContentErrorDTO.md) | Предупреждения.  Информация в каталоге обновится.  | [optional] 
 | 
			
		||||
 | 
			
		||||
## Methods
 | 
			
		||||
 | 
			
		||||
### NewUpdateOfferContentResultDTO
 | 
			
		||||
 | 
			
		||||
`func NewUpdateOfferContentResultDTO(offerId string, ) *UpdateOfferContentResultDTO`
 | 
			
		||||
 | 
			
		||||
NewUpdateOfferContentResultDTO instantiates a new UpdateOfferContentResultDTO 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
 | 
			
		||||
 | 
			
		||||
### NewUpdateOfferContentResultDTOWithDefaults
 | 
			
		||||
 | 
			
		||||
`func NewUpdateOfferContentResultDTOWithDefaults() *UpdateOfferContentResultDTO`
 | 
			
		||||
 | 
			
		||||
NewUpdateOfferContentResultDTOWithDefaults instantiates a new UpdateOfferContentResultDTO 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
 | 
			
		||||
 | 
			
		||||
### GetOfferId
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) GetOfferId() string`
 | 
			
		||||
 | 
			
		||||
GetOfferId returns the OfferId field if non-nil, zero value otherwise.
 | 
			
		||||
 | 
			
		||||
### GetOfferIdOk
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) GetOfferIdOk() (*string, bool)`
 | 
			
		||||
 | 
			
		||||
GetOfferIdOk returns a tuple with the OfferId field if it's non-nil, zero value otherwise
 | 
			
		||||
and a boolean to check if the value has been set.
 | 
			
		||||
 | 
			
		||||
### SetOfferId
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) SetOfferId(v string)`
 | 
			
		||||
 | 
			
		||||
SetOfferId sets OfferId field to given value.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### GetErrors
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) GetErrors() []OfferContentErrorDTO`
 | 
			
		||||
 | 
			
		||||
GetErrors returns the Errors field if non-nil, zero value otherwise.
 | 
			
		||||
 | 
			
		||||
### GetErrorsOk
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) GetErrorsOk() (*[]OfferContentErrorDTO, bool)`
 | 
			
		||||
 | 
			
		||||
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise
 | 
			
		||||
and a boolean to check if the value has been set.
 | 
			
		||||
 | 
			
		||||
### SetErrors
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) SetErrors(v []OfferContentErrorDTO)`
 | 
			
		||||
 | 
			
		||||
SetErrors sets Errors field to given value.
 | 
			
		||||
 | 
			
		||||
### HasErrors
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) HasErrors() bool`
 | 
			
		||||
 | 
			
		||||
HasErrors returns a boolean if a field has been set.
 | 
			
		||||
 | 
			
		||||
### SetErrorsNil
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) SetErrorsNil(b bool)`
 | 
			
		||||
 | 
			
		||||
 SetErrorsNil sets the value for Errors to be an explicit nil
 | 
			
		||||
 | 
			
		||||
### UnsetErrors
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) UnsetErrors()`
 | 
			
		||||
 | 
			
		||||
UnsetErrors ensures that no value is present for Errors, not even an explicit nil
 | 
			
		||||
### GetWarnings
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) GetWarnings() []OfferContentErrorDTO`
 | 
			
		||||
 | 
			
		||||
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
 | 
			
		||||
 | 
			
		||||
### GetWarningsOk
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) GetWarningsOk() (*[]OfferContentErrorDTO, bool)`
 | 
			
		||||
 | 
			
		||||
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise
 | 
			
		||||
and a boolean to check if the value has been set.
 | 
			
		||||
 | 
			
		||||
### SetWarnings
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) SetWarnings(v []OfferContentErrorDTO)`
 | 
			
		||||
 | 
			
		||||
SetWarnings sets Warnings field to given value.
 | 
			
		||||
 | 
			
		||||
### HasWarnings
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) HasWarnings() bool`
 | 
			
		||||
 | 
			
		||||
HasWarnings returns a boolean if a field has been set.
 | 
			
		||||
 | 
			
		||||
### SetWarningsNil
 | 
			
		||||
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) SetWarningsNil(b bool)`
 | 
			
		||||
 | 
			
		||||
 SetWarningsNil sets the value for Warnings to be an explicit nil
 | 
			
		||||
 | 
			
		||||
### UnsetWarnings
 | 
			
		||||
`func (o *UpdateOfferContentResultDTO) UnsetWarnings()`
 | 
			
		||||
 | 
			
		||||
UnsetWarnings ensures that no value is present for Warnings, not even an explicit nil
 | 
			
		||||
 | 
			
		||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user