feat: shit shit
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
# SetShipmentPalletsCountRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**PlacesCount** | **int32** | Количество упаковок в отгрузке. |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSetShipmentPalletsCountRequest
|
||||
|
||||
`func NewSetShipmentPalletsCountRequest(placesCount int32, ) *SetShipmentPalletsCountRequest`
|
||||
|
||||
NewSetShipmentPalletsCountRequest instantiates a new SetShipmentPalletsCountRequest 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
|
||||
|
||||
### NewSetShipmentPalletsCountRequestWithDefaults
|
||||
|
||||
`func NewSetShipmentPalletsCountRequestWithDefaults() *SetShipmentPalletsCountRequest`
|
||||
|
||||
NewSetShipmentPalletsCountRequestWithDefaults instantiates a new SetShipmentPalletsCountRequest 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
|
||||
|
||||
### GetPlacesCount
|
||||
|
||||
`func (o *SetShipmentPalletsCountRequest) GetPlacesCount() int32`
|
||||
|
||||
GetPlacesCount returns the PlacesCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPlacesCountOk
|
||||
|
||||
`func (o *SetShipmentPalletsCountRequest) GetPlacesCountOk() (*int32, bool)`
|
||||
|
||||
GetPlacesCountOk returns a tuple with the PlacesCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPlacesCount
|
||||
|
||||
`func (o *SetShipmentPalletsCountRequest) SetPlacesCount(v int32)`
|
||||
|
||||
SetPlacesCount sets PlacesCount 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