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

2.8 KiB
Raw Blame History

GetDefaultPricesRequest

Properties

Name Type Description Notes
OfferIds Pointer to []string Идентификаторы товаров, информация о которых нужна. [optional]
Archived Pointer to bool Находится ли товар в архиве. [optional]

Methods

NewGetDefaultPricesRequest

func NewGetDefaultPricesRequest() *GetDefaultPricesRequest

NewGetDefaultPricesRequest instantiates a new GetDefaultPricesRequest 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

NewGetDefaultPricesRequestWithDefaults

func NewGetDefaultPricesRequestWithDefaults() *GetDefaultPricesRequest

NewGetDefaultPricesRequestWithDefaults instantiates a new GetDefaultPricesRequest 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 *GetDefaultPricesRequest) GetOfferIds() []string

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

GetOfferIdsOk

func (o *GetDefaultPricesRequest) 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 *GetDefaultPricesRequest) SetOfferIds(v []string)

SetOfferIds sets OfferIds field to given value.

HasOfferIds

func (o *GetDefaultPricesRequest) HasOfferIds() bool

HasOfferIds returns a boolean if a field has been set.

SetOfferIdsNil

func (o *GetDefaultPricesRequest) SetOfferIdsNil(b bool)

SetOfferIdsNil sets the value for OfferIds to be an explicit nil

UnsetOfferIds

func (o *GetDefaultPricesRequest) UnsetOfferIds()

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

GetArchived

func (o *GetDefaultPricesRequest) GetArchived() bool

GetArchived returns the Archived field if non-nil, zero value otherwise.

GetArchivedOk

func (o *GetDefaultPricesRequest) GetArchivedOk() (*bool, bool)

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

SetArchived

func (o *GetDefaultPricesRequest) SetArchived(v bool)

SetArchived sets Archived field to given value.

HasArchived

func (o *GetDefaultPricesRequest) HasArchived() bool

HasArchived returns a boolean if a field has been set.

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