Files
autoglue/sdk/go/docs/DtoUpdateTaintRequest.md
2025-11-02 13:19:30 +00:00

2.8 KiB

DtoUpdateTaintRequest

Properties

Name Type Description Notes
Effect Pointer to string [optional]
Key Pointer to string [optional]
Value Pointer to string [optional]

Methods

NewDtoUpdateTaintRequest

func NewDtoUpdateTaintRequest() *DtoUpdateTaintRequest

NewDtoUpdateTaintRequest instantiates a new DtoUpdateTaintRequest 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

NewDtoUpdateTaintRequestWithDefaults

func NewDtoUpdateTaintRequestWithDefaults() *DtoUpdateTaintRequest

NewDtoUpdateTaintRequestWithDefaults instantiates a new DtoUpdateTaintRequest 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

GetEffect

func (o *DtoUpdateTaintRequest) GetEffect() string

GetEffect returns the Effect field if non-nil, zero value otherwise.

GetEffectOk

func (o *DtoUpdateTaintRequest) GetEffectOk() (*string, bool)

GetEffectOk returns a tuple with the Effect field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEffect

func (o *DtoUpdateTaintRequest) SetEffect(v string)

SetEffect sets Effect field to given value.

HasEffect

func (o *DtoUpdateTaintRequest) HasEffect() bool

HasEffect returns a boolean if a field has been set.

GetKey

func (o *DtoUpdateTaintRequest) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *DtoUpdateTaintRequest) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *DtoUpdateTaintRequest) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *DtoUpdateTaintRequest) HasKey() bool

HasKey returns a boolean if a field has been set.

GetValue

func (o *DtoUpdateTaintRequest) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *DtoUpdateTaintRequest) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *DtoUpdateTaintRequest) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *DtoUpdateTaintRequest) HasValue() bool

HasValue returns a boolean if a field has been set.

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