1.7 KiB
DtoAttachLabelsRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LabelIds | Pointer to []string | [optional] |
Methods
NewDtoAttachLabelsRequest
func NewDtoAttachLabelsRequest() *DtoAttachLabelsRequest
NewDtoAttachLabelsRequest instantiates a new DtoAttachLabelsRequest 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
NewDtoAttachLabelsRequestWithDefaults
func NewDtoAttachLabelsRequestWithDefaults() *DtoAttachLabelsRequest
NewDtoAttachLabelsRequestWithDefaults instantiates a new DtoAttachLabelsRequest 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
GetLabelIds
func (o *DtoAttachLabelsRequest) GetLabelIds() []string
GetLabelIds returns the LabelIds field if non-nil, zero value otherwise.
GetLabelIdsOk
func (o *DtoAttachLabelsRequest) GetLabelIdsOk() (*[]string, bool)
GetLabelIdsOk returns a tuple with the LabelIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLabelIds
func (o *DtoAttachLabelsRequest) SetLabelIds(v []string)
SetLabelIds sets LabelIds field to given value.
HasLabelIds
func (o *DtoAttachLabelsRequest) HasLabelIds() bool
HasLabelIds returns a boolean if a field has been set.