mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: complete node pool api, sdk and ui
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
56
sdk/go/docs/DtoAttachLabelsRequest.md
Normal file
56
sdk/go/docs/DtoAttachLabelsRequest.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# 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.
|
||||
|
||||
|
||||
[[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