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,77 @@
# UpdateOfferMappingsRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**OfferMappings** | [**[]UpdateOfferMappingDTO**](UpdateOfferMappingDTO.md) | Список товаров, которые нужно добавить или обновить. {% note warning \"Скоро мы уменьшим максимальное количество товаров в запросе\" %} Уже сейчас не передавайте больше 100. {% endnote %}   |
**OnlyPartnerMediaContent** | Pointer to **bool** | Будут ли использоваться только переданные вами данные о товарах. Значение по умолчанию: `false`. Чтобы удалить данные, которые добавил Маркет, передайте значение `true`. | [optional]
## Methods
### NewUpdateOfferMappingsRequest
`func NewUpdateOfferMappingsRequest(offerMappings []UpdateOfferMappingDTO, ) *UpdateOfferMappingsRequest`
NewUpdateOfferMappingsRequest instantiates a new UpdateOfferMappingsRequest 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
### NewUpdateOfferMappingsRequestWithDefaults
`func NewUpdateOfferMappingsRequestWithDefaults() *UpdateOfferMappingsRequest`
NewUpdateOfferMappingsRequestWithDefaults instantiates a new UpdateOfferMappingsRequest 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
### GetOfferMappings
`func (o *UpdateOfferMappingsRequest) GetOfferMappings() []UpdateOfferMappingDTO`
GetOfferMappings returns the OfferMappings field if non-nil, zero value otherwise.
### GetOfferMappingsOk
`func (o *UpdateOfferMappingsRequest) GetOfferMappingsOk() (*[]UpdateOfferMappingDTO, bool)`
GetOfferMappingsOk returns a tuple with the OfferMappings field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOfferMappings
`func (o *UpdateOfferMappingsRequest) SetOfferMappings(v []UpdateOfferMappingDTO)`
SetOfferMappings sets OfferMappings field to given value.
### GetOnlyPartnerMediaContent
`func (o *UpdateOfferMappingsRequest) GetOnlyPartnerMediaContent() bool`
GetOnlyPartnerMediaContent returns the OnlyPartnerMediaContent field if non-nil, zero value otherwise.
### GetOnlyPartnerMediaContentOk
`func (o *UpdateOfferMappingsRequest) GetOnlyPartnerMediaContentOk() (*bool, bool)`
GetOnlyPartnerMediaContentOk returns a tuple with the OnlyPartnerMediaContent field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOnlyPartnerMediaContent
`func (o *UpdateOfferMappingsRequest) SetOnlyPartnerMediaContent(v bool)`
SetOnlyPartnerMediaContent sets OnlyPartnerMediaContent field to given value.
### HasOnlyPartnerMediaContent
`func (o *UpdateOfferMappingsRequest) HasOnlyPartnerMediaContent() bool`
HasOnlyPartnerMediaContent 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)