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,72 @@
# OrderBoxLayoutPartialCountDTO
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Current** | **int32** | Номер части, начиная с 1. |
**Total** | **int32** | На сколько всего частей разделен товар. |
## Methods
### NewOrderBoxLayoutPartialCountDTO
`func NewOrderBoxLayoutPartialCountDTO(current int32, total int32, ) *OrderBoxLayoutPartialCountDTO`
NewOrderBoxLayoutPartialCountDTO instantiates a new OrderBoxLayoutPartialCountDTO 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
### NewOrderBoxLayoutPartialCountDTOWithDefaults
`func NewOrderBoxLayoutPartialCountDTOWithDefaults() *OrderBoxLayoutPartialCountDTO`
NewOrderBoxLayoutPartialCountDTOWithDefaults instantiates a new OrderBoxLayoutPartialCountDTO 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
### GetCurrent
`func (o *OrderBoxLayoutPartialCountDTO) GetCurrent() int32`
GetCurrent returns the Current field if non-nil, zero value otherwise.
### GetCurrentOk
`func (o *OrderBoxLayoutPartialCountDTO) GetCurrentOk() (*int32, bool)`
GetCurrentOk returns a tuple with the Current field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCurrent
`func (o *OrderBoxLayoutPartialCountDTO) SetCurrent(v int32)`
SetCurrent sets Current field to given value.
### GetTotal
`func (o *OrderBoxLayoutPartialCountDTO) GetTotal() int32`
GetTotal returns the Total field if non-nil, zero value otherwise.
### GetTotalOk
`func (o *OrderBoxLayoutPartialCountDTO) GetTotalOk() (*int32, bool)`
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTotal
`func (o *OrderBoxLayoutPartialCountDTO) SetTotal(v int32)`
SetTotal sets Total 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)