Name | Type | Description | Notes |
---|---|---|---|
ClusterId | Pointer to string | [optional] | |
PartsChange | Pointer to ConfigChange | [optional] | |
TotalHash | Pointer to string | [optional] |
func NewGatewayPartialUpdateK8SAuthConfigOutput() *GatewayPartialUpdateK8SAuthConfigOutput
NewGatewayPartialUpdateK8SAuthConfigOutput instantiates a new GatewayPartialUpdateK8SAuthConfigOutput 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
func NewGatewayPartialUpdateK8SAuthConfigOutputWithDefaults() *GatewayPartialUpdateK8SAuthConfigOutput
NewGatewayPartialUpdateK8SAuthConfigOutputWithDefaults instantiates a new GatewayPartialUpdateK8SAuthConfigOutput 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
func (o *GatewayPartialUpdateK8SAuthConfigOutput) GetClusterId() string
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) SetClusterId(v string)
SetClusterId sets ClusterId field to given value.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) GetPartsChange() ConfigChange
GetPartsChange returns the PartsChange field if non-nil, zero value otherwise.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) GetPartsChangeOk() (*ConfigChange, bool)
GetPartsChangeOk returns a tuple with the PartsChange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) SetPartsChange(v ConfigChange)
SetPartsChange sets PartsChange field to given value.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) HasPartsChange() bool
HasPartsChange returns a boolean if a field has been set.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) GetTotalHash() string
GetTotalHash returns the TotalHash field if non-nil, zero value otherwise.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) GetTotalHashOk() (*string, bool)
GetTotalHashOk returns a tuple with the TotalHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) SetTotalHash(v string)
SetTotalHash sets TotalHash field to given value.
func (o *GatewayPartialUpdateK8SAuthConfigOutput) HasTotalHash() bool
HasTotalHash returns a boolean if a field has been set.