Files
Sipro-Marketplaces/pkg/api/yandex/ymclient/docs/GetPricesByOfferIdsRequest.md
2025-08-15 11:10:28 +03:00

2.4 KiB

GetPricesByOfferIdsRequest

Properties

Name Type Description Notes
OfferIds Pointer to []string Список :no-translate[SKU]. {% note warning "Такой список возвращается только целиком" %} Если вы запрашиваете информацию по конкретным :no-translate[SKU], не заполняйте: * `page_token` * `limit` {% endnote %}   [optional]

Methods

NewGetPricesByOfferIdsRequest

func NewGetPricesByOfferIdsRequest() *GetPricesByOfferIdsRequest

NewGetPricesByOfferIdsRequest instantiates a new GetPricesByOfferIdsRequest 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

NewGetPricesByOfferIdsRequestWithDefaults

func NewGetPricesByOfferIdsRequestWithDefaults() *GetPricesByOfferIdsRequest

NewGetPricesByOfferIdsRequestWithDefaults instantiates a new GetPricesByOfferIdsRequest 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

GetOfferIds

func (o *GetPricesByOfferIdsRequest) GetOfferIds() []string

GetOfferIds returns the OfferIds field if non-nil, zero value otherwise.

GetOfferIdsOk

func (o *GetPricesByOfferIdsRequest) GetOfferIdsOk() (*[]string, bool)

GetOfferIdsOk returns a tuple with the OfferIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOfferIds

func (o *GetPricesByOfferIdsRequest) SetOfferIds(v []string)

SetOfferIds sets OfferIds field to given value.

HasOfferIds

func (o *GetPricesByOfferIdsRequest) HasOfferIds() bool

HasOfferIds returns a boolean if a field has been set.

SetOfferIdsNil

func (o *GetPricesByOfferIdsRequest) SetOfferIdsNil(b bool)

SetOfferIdsNil sets the value for OfferIds to be an explicit nil

UnsetOfferIds

func (o *GetPricesByOfferIdsRequest) UnsetOfferIds()

UnsetOfferIds ensures that no value is present for OfferIds, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]