Name | Type | Description | Notes |
---|---|---|---|
ChangedK8sAuthsIds | Pointer to []string | [optional] | |
CreatedK8sAuthsIds | Pointer to []string | [optional] | |
DeletedK8sAuthsIds | Pointer to []string | [optional] |
func NewK8SAuthsConfigLastChange() *K8SAuthsConfigLastChange
NewK8SAuthsConfigLastChange instantiates a new K8SAuthsConfigLastChange 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 NewK8SAuthsConfigLastChangeWithDefaults() *K8SAuthsConfigLastChange
NewK8SAuthsConfigLastChangeWithDefaults instantiates a new K8SAuthsConfigLastChange 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 *K8SAuthsConfigLastChange) GetChangedK8sAuthsIds() []string
GetChangedK8sAuthsIds returns the ChangedK8sAuthsIds field if non-nil, zero value otherwise.
func (o *K8SAuthsConfigLastChange) GetChangedK8sAuthsIdsOk() (*[]string, bool)
GetChangedK8sAuthsIdsOk returns a tuple with the ChangedK8sAuthsIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *K8SAuthsConfigLastChange) SetChangedK8sAuthsIds(v []string)
SetChangedK8sAuthsIds sets ChangedK8sAuthsIds field to given value.
func (o *K8SAuthsConfigLastChange) HasChangedK8sAuthsIds() bool
HasChangedK8sAuthsIds returns a boolean if a field has been set.
func (o *K8SAuthsConfigLastChange) GetCreatedK8sAuthsIds() []string
GetCreatedK8sAuthsIds returns the CreatedK8sAuthsIds field if non-nil, zero value otherwise.
func (o *K8SAuthsConfigLastChange) GetCreatedK8sAuthsIdsOk() (*[]string, bool)
GetCreatedK8sAuthsIdsOk returns a tuple with the CreatedK8sAuthsIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *K8SAuthsConfigLastChange) SetCreatedK8sAuthsIds(v []string)
SetCreatedK8sAuthsIds sets CreatedK8sAuthsIds field to given value.
func (o *K8SAuthsConfigLastChange) HasCreatedK8sAuthsIds() bool
HasCreatedK8sAuthsIds returns a boolean if a field has been set.
func (o *K8SAuthsConfigLastChange) GetDeletedK8sAuthsIds() []string
GetDeletedK8sAuthsIds returns the DeletedK8sAuthsIds field if non-nil, zero value otherwise.
func (o *K8SAuthsConfigLastChange) GetDeletedK8sAuthsIdsOk() (*[]string, bool)
GetDeletedK8sAuthsIdsOk returns a tuple with the DeletedK8sAuthsIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *K8SAuthsConfigLastChange) SetDeletedK8sAuthsIds(v []string)
SetDeletedK8sAuthsIds sets DeletedK8sAuthsIds field to given value.
func (o *K8SAuthsConfigLastChange) HasDeletedK8sAuthsIds() bool
HasDeletedK8sAuthsIds returns a boolean if a field has been set.