| Name | Type | Description | Notes |
|---|---|---|---|
| LabelId | int32 | Unique identifier of the label. |
func NewAddLabelToOrderRequest(labelId int32, ) *AddLabelToOrderRequest
NewAddLabelToOrderRequest instantiates a new AddLabelToOrderRequest 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
func NewAddLabelToOrderRequestWithDefaults() *AddLabelToOrderRequest
NewAddLabelToOrderRequestWithDefaults instantiates a new AddLabelToOrderRequest 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
func (o *AddLabelToOrderRequest) GetLabelId() int32
GetLabelId returns the LabelId field if non-nil, zero value otherwise.
func (o *AddLabelToOrderRequest) GetLabelIdOk() (*int32, bool)
GetLabelIdOk returns a tuple with the LabelId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddLabelToOrderRequest) SetLabelId(v int32)
SetLabelId sets LabelId field to given value.