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

2.5 KiB

GoodsFeedbackIdentifiersDTO

Properties

Name Type Description Notes
OrderId Pointer to int64 Идентификатор заказа на Маркете. [optional]
ModelId Pointer to int64 Идентификатор модели товара. [optional]

Methods

NewGoodsFeedbackIdentifiersDTO

func NewGoodsFeedbackIdentifiersDTO() *GoodsFeedbackIdentifiersDTO

NewGoodsFeedbackIdentifiersDTO instantiates a new GoodsFeedbackIdentifiersDTO 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

NewGoodsFeedbackIdentifiersDTOWithDefaults

func NewGoodsFeedbackIdentifiersDTOWithDefaults() *GoodsFeedbackIdentifiersDTO

NewGoodsFeedbackIdentifiersDTOWithDefaults instantiates a new GoodsFeedbackIdentifiersDTO 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

GetOrderId

func (o *GoodsFeedbackIdentifiersDTO) GetOrderId() int64

GetOrderId returns the OrderId field if non-nil, zero value otherwise.

GetOrderIdOk

func (o *GoodsFeedbackIdentifiersDTO) GetOrderIdOk() (*int64, bool)

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

SetOrderId

func (o *GoodsFeedbackIdentifiersDTO) SetOrderId(v int64)

SetOrderId sets OrderId field to given value.

HasOrderId

func (o *GoodsFeedbackIdentifiersDTO) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

GetModelId

func (o *GoodsFeedbackIdentifiersDTO) GetModelId() int64

GetModelId returns the ModelId field if non-nil, zero value otherwise.

GetModelIdOk

func (o *GoodsFeedbackIdentifiersDTO) GetModelIdOk() (*int64, bool)

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

SetModelId

func (o *GoodsFeedbackIdentifiersDTO) SetModelId(v int64)

SetModelId sets ModelId field to given value.

HasModelId

func (o *GoodsFeedbackIdentifiersDTO) HasModelId() bool

HasModelId returns a boolean if a field has been set.

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