LLMUpdateRequestNot Model
LLMUpdateRequestNot Model documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ReplaceLabels | map[string]string | Key-value label pairs to replace all existing labels | |
| MergeLabels | map[string]string | Key-value label pairs to merge with existing labels |
Methods
NewLLMUpdateRequestNot
func NewLLMUpdateRequestNot(replaceLabels interface{}, mergeLabels interface{}, ) *LLMUpdateRequestNot
NewLLMUpdateRequestNot instantiates a new LLMUpdateRequestNot 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
NewLLMUpdateRequestNotWithDefaults
func NewLLMUpdateRequestNotWithDefaults() *LLMUpdateRequestNot
NewLLMUpdateRequestNotWithDefaults instantiates a new LLMUpdateRequestNot 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
GetReplaceLabels
func (o *LLMUpdateRequestNot) GetReplaceLabels() interface{}
GetReplaceLabels returns the ReplaceLabels field if non-nil, zero value otherwise.
GetReplaceLabelsOk
func (o *LLMUpdateRequestNot) GetReplaceLabelsOk() (*interface{}, bool)
GetReplaceLabelsOk returns a tuple with the ReplaceLabels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReplaceLabels
func (o *LLMUpdateRequestNot) SetReplaceLabels(v interface{})
SetReplaceLabels sets ReplaceLabels field to given value.
SetReplaceLabelsNil
func (o *LLMUpdateRequestNot) SetReplaceLabelsNil(b bool)
SetReplaceLabelsNil sets the value for ReplaceLabels to be an explicit nil
UnsetReplaceLabels
func (o *LLMUpdateRequestNot) UnsetReplaceLabels()
UnsetReplaceLabels ensures that no value is present for ReplaceLabels, not even an explicit nil
GetMergeLabels
func (o *LLMUpdateRequestNot) GetMergeLabels() interface{}
GetMergeLabels returns the MergeLabels field if non-nil, zero value otherwise.
GetMergeLabelsOk
func (o *LLMUpdateRequestNot) GetMergeLabelsOk() (*interface{}, bool)
GetMergeLabelsOk returns a tuple with the MergeLabels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMergeLabels
func (o *LLMUpdateRequestNot) SetMergeLabels(v interface{})
SetMergeLabels sets MergeLabels field to given value.
SetMergeLabelsNil
func (o *LLMUpdateRequestNot) SetMergeLabelsNil(b bool)
SetMergeLabelsNil sets the value for MergeLabels to be an explicit nil
UnsetMergeLabels
func (o *LLMUpdateRequestNot) UnsetMergeLabels()
UnsetMergeLabels ensures that no value is present for MergeLabels, not even an explicit nil