feat: shit shit
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user