feat: shit shit

This commit is contained in:
2025-08-15 11:10:28 +03:00
parent 0c86228095
commit 38acc4a443
1402 changed files with 453050 additions and 111 deletions

View File

@@ -0,0 +1,134 @@
# GoodsStatsWeightDimensionsDTO
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Length** | Pointer to **float32** | Длина товара в сантиметрах. | [optional]
**Width** | Pointer to **float32** | Ширина товара в сантиметрах. | [optional]
**Height** | Pointer to **float32** | Высота товара в сантиметрах. | [optional]
**Weight** | Pointer to **float32** | Вес товара в килограммах. | [optional]
## Methods
### NewGoodsStatsWeightDimensionsDTO
`func NewGoodsStatsWeightDimensionsDTO() *GoodsStatsWeightDimensionsDTO`
NewGoodsStatsWeightDimensionsDTO instantiates a new GoodsStatsWeightDimensionsDTO 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
### NewGoodsStatsWeightDimensionsDTOWithDefaults
`func NewGoodsStatsWeightDimensionsDTOWithDefaults() *GoodsStatsWeightDimensionsDTO`
NewGoodsStatsWeightDimensionsDTOWithDefaults instantiates a new GoodsStatsWeightDimensionsDTO 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
### GetLength
`func (o *GoodsStatsWeightDimensionsDTO) GetLength() float32`
GetLength returns the Length field if non-nil, zero value otherwise.
### GetLengthOk
`func (o *GoodsStatsWeightDimensionsDTO) GetLengthOk() (*float32, bool)`
GetLengthOk returns a tuple with the Length field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetLength
`func (o *GoodsStatsWeightDimensionsDTO) SetLength(v float32)`
SetLength sets Length field to given value.
### HasLength
`func (o *GoodsStatsWeightDimensionsDTO) HasLength() bool`
HasLength returns a boolean if a field has been set.
### GetWidth
`func (o *GoodsStatsWeightDimensionsDTO) GetWidth() float32`
GetWidth returns the Width field if non-nil, zero value otherwise.
### GetWidthOk
`func (o *GoodsStatsWeightDimensionsDTO) GetWidthOk() (*float32, bool)`
GetWidthOk returns a tuple with the Width field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetWidth
`func (o *GoodsStatsWeightDimensionsDTO) SetWidth(v float32)`
SetWidth sets Width field to given value.
### HasWidth
`func (o *GoodsStatsWeightDimensionsDTO) HasWidth() bool`
HasWidth returns a boolean if a field has been set.
### GetHeight
`func (o *GoodsStatsWeightDimensionsDTO) GetHeight() float32`
GetHeight returns the Height field if non-nil, zero value otherwise.
### GetHeightOk
`func (o *GoodsStatsWeightDimensionsDTO) GetHeightOk() (*float32, bool)`
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHeight
`func (o *GoodsStatsWeightDimensionsDTO) SetHeight(v float32)`
SetHeight sets Height field to given value.
### HasHeight
`func (o *GoodsStatsWeightDimensionsDTO) HasHeight() bool`
HasHeight returns a boolean if a field has been set.
### GetWeight
`func (o *GoodsStatsWeightDimensionsDTO) GetWeight() float32`
GetWeight returns the Weight field if non-nil, zero value otherwise.
### GetWeightOk
`func (o *GoodsStatsWeightDimensionsDTO) GetWeightOk() (*float32, bool)`
GetWeightOk returns a tuple with the Weight field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetWeight
`func (o *GoodsStatsWeightDimensionsDTO) SetWeight(v float32)`
SetWeight sets Weight field to given value.
### HasWeight
`func (o *GoodsStatsWeightDimensionsDTO) HasWeight() bool`
HasWeight 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)