Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.58 KB

File metadata and controls

51 lines (28 loc) · 1.58 KB

AddLabelToOrderRequest

Properties

Name Type Description Notes
LabelId int32 Unique identifier of the label.

Methods

NewAddLabelToOrderRequest

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

NewAddLabelToOrderRequestWithDefaults

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

GetLabelId

func (o *AddLabelToOrderRequest) GetLabelId() int32

GetLabelId returns the LabelId field if non-nil, zero value otherwise.

GetLabelIdOk

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.

SetLabelId

func (o *AddLabelToOrderRequest) SetLabelId(v int32)

SetLabelId sets LabelId field to given value.

[Back to Model list] [Back to API list] [Back to README]