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

1.9 KiB

SkipGoodsFeedbackReactionRequest

Properties

Name Type Description Notes
FeedbackIds []int64 Список идентификаторов отзывов, на которые магазин не будет отвечать.

Methods

NewSkipGoodsFeedbackReactionRequest

func NewSkipGoodsFeedbackReactionRequest(feedbackIds []int64, ) *SkipGoodsFeedbackReactionRequest

NewSkipGoodsFeedbackReactionRequest instantiates a new SkipGoodsFeedbackReactionRequest 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

NewSkipGoodsFeedbackReactionRequestWithDefaults

func NewSkipGoodsFeedbackReactionRequestWithDefaults() *SkipGoodsFeedbackReactionRequest

NewSkipGoodsFeedbackReactionRequestWithDefaults instantiates a new SkipGoodsFeedbackReactionRequest 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

GetFeedbackIds

func (o *SkipGoodsFeedbackReactionRequest) GetFeedbackIds() []int64

GetFeedbackIds returns the FeedbackIds field if non-nil, zero value otherwise.

GetFeedbackIdsOk

func (o *SkipGoodsFeedbackReactionRequest) GetFeedbackIdsOk() (*[]int64, bool)

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

SetFeedbackIds

func (o *SkipGoodsFeedbackReactionRequest) SetFeedbackIds(v []int64)

SetFeedbackIds sets FeedbackIds field to given value.

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