feat: shit shit
This commit is contained in:
82
pkg/api/yandex/ymclient/docs/GoodsFeedbackIdentifiersDTO.md
Normal file
82
pkg/api/yandex/ymclient/docs/GoodsFeedbackIdentifiersDTO.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# 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]](../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