| Name | Type | Description | Notes |
|---|---|---|---|
| Kind | Pointer to string | [optional] | |
| ApiVersion | Pointer to string | [optional] | |
| Configs | Pointer to []AlterConfigDataItem | [optional] |
func NewAlterConfigBatchRequest() *AlterConfigBatchRequest
NewAlterConfigBatchRequest instantiates a new AlterConfigBatchRequest 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 NewAlterConfigBatchRequestWithDefaults() *AlterConfigBatchRequest
NewAlterConfigBatchRequestWithDefaults instantiates a new AlterConfigBatchRequest 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 *AlterConfigBatchRequest) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *AlterConfigBatchRequest) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlterConfigBatchRequest) SetKind(v string)
SetKind sets Kind field to given value.
func (o *AlterConfigBatchRequest) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *AlterConfigBatchRequest) GetApiVersion() string
GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.
func (o *AlterConfigBatchRequest) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlterConfigBatchRequest) SetApiVersion(v string)
SetApiVersion sets ApiVersion field to given value.
func (o *AlterConfigBatchRequest) HasApiVersion() bool
HasApiVersion returns a boolean if a field has been set.
func (o *AlterConfigBatchRequest) GetConfigs() []AlterConfigDataItem
GetConfigs returns the Configs field if non-nil, zero value otherwise.
func (o *AlterConfigBatchRequest) GetConfigsOk() (*[]AlterConfigDataItem, bool)
GetConfigsOk returns a tuple with the Configs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlterConfigBatchRequest) SetConfigs(v []AlterConfigDataItem)
SetConfigs sets Configs field to given value.
func (o *AlterConfigBatchRequest) HasConfigs() bool
HasConfigs returns a boolean if a field has been set.