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

3.4 KiB

GoodsFeedbackDescriptionDTO

Properties

Name Type Description Notes
Advantages Pointer to string Описание плюсов товара в отзыве. [optional]
Disadvantages Pointer to string Описание минусов товара в отзыве. [optional]
Comment Pointer to string Комментарий в отзыве. [optional]

Methods

NewGoodsFeedbackDescriptionDTO

func NewGoodsFeedbackDescriptionDTO() *GoodsFeedbackDescriptionDTO

NewGoodsFeedbackDescriptionDTO instantiates a new GoodsFeedbackDescriptionDTO 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

NewGoodsFeedbackDescriptionDTOWithDefaults

func NewGoodsFeedbackDescriptionDTOWithDefaults() *GoodsFeedbackDescriptionDTO

NewGoodsFeedbackDescriptionDTOWithDefaults instantiates a new GoodsFeedbackDescriptionDTO 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

GetAdvantages

func (o *GoodsFeedbackDescriptionDTO) GetAdvantages() string

GetAdvantages returns the Advantages field if non-nil, zero value otherwise.

GetAdvantagesOk

func (o *GoodsFeedbackDescriptionDTO) GetAdvantagesOk() (*string, bool)

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

SetAdvantages

func (o *GoodsFeedbackDescriptionDTO) SetAdvantages(v string)

SetAdvantages sets Advantages field to given value.

HasAdvantages

func (o *GoodsFeedbackDescriptionDTO) HasAdvantages() bool

HasAdvantages returns a boolean if a field has been set.

GetDisadvantages

func (o *GoodsFeedbackDescriptionDTO) GetDisadvantages() string

GetDisadvantages returns the Disadvantages field if non-nil, zero value otherwise.

GetDisadvantagesOk

func (o *GoodsFeedbackDescriptionDTO) GetDisadvantagesOk() (*string, bool)

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

SetDisadvantages

func (o *GoodsFeedbackDescriptionDTO) SetDisadvantages(v string)

SetDisadvantages sets Disadvantages field to given value.

HasDisadvantages

func (o *GoodsFeedbackDescriptionDTO) HasDisadvantages() bool

HasDisadvantages returns a boolean if a field has been set.

GetComment

func (o *GoodsFeedbackDescriptionDTO) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *GoodsFeedbackDescriptionDTO) GetCommentOk() (*string, bool)

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

SetComment

func (o *GoodsFeedbackDescriptionDTO) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *GoodsFeedbackDescriptionDTO) HasComment() bool

HasComment returns a boolean if a field has been set.

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