| Name | Type | Description | Notes |
|---|---|---|---|
| ScalerType | string | ||
| Enabled | Pointer to bool | [optional] | |
| Role | KedaScalerRole | ||
| ConfigJson | Pointer to map[string]interface{} | [optional] | |
| ConfigYaml | Pointer to string | [optional] | |
| TriggerAuthentication | Pointer to KedaTriggerAuthenticationRequest | [optional] |
func NewKedaScalerRequest(scalerType string, role KedaScalerRole, ) *KedaScalerRequest
NewKedaScalerRequest instantiates a new KedaScalerRequest 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 NewKedaScalerRequestWithDefaults() *KedaScalerRequest
NewKedaScalerRequestWithDefaults instantiates a new KedaScalerRequest 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 *KedaScalerRequest) GetScalerType() string
GetScalerType returns the ScalerType field if non-nil, zero value otherwise.
func (o *KedaScalerRequest) GetScalerTypeOk() (*string, bool)
GetScalerTypeOk returns a tuple with the ScalerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KedaScalerRequest) SetScalerType(v string)
SetScalerType sets ScalerType field to given value.
func (o *KedaScalerRequest) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *KedaScalerRequest) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KedaScalerRequest) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *KedaScalerRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *KedaScalerRequest) GetRole() KedaScalerRole
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *KedaScalerRequest) GetRoleOk() (*KedaScalerRole, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KedaScalerRequest) SetRole(v KedaScalerRole)
SetRole sets Role field to given value.
func (o *KedaScalerRequest) GetConfigJson() map[string]interface{}
GetConfigJson returns the ConfigJson field if non-nil, zero value otherwise.
func (o *KedaScalerRequest) GetConfigJsonOk() (*map[string]interface{}, bool)
GetConfigJsonOk returns a tuple with the ConfigJson field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KedaScalerRequest) SetConfigJson(v map[string]interface{})
SetConfigJson sets ConfigJson field to given value.
func (o *KedaScalerRequest) HasConfigJson() bool
HasConfigJson returns a boolean if a field has been set.
func (o *KedaScalerRequest) GetConfigYaml() string
GetConfigYaml returns the ConfigYaml field if non-nil, zero value otherwise.
func (o *KedaScalerRequest) GetConfigYamlOk() (*string, bool)
GetConfigYamlOk returns a tuple with the ConfigYaml field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KedaScalerRequest) SetConfigYaml(v string)
SetConfigYaml sets ConfigYaml field to given value.
func (o *KedaScalerRequest) HasConfigYaml() bool
HasConfigYaml returns a boolean if a field has been set.
func (o *KedaScalerRequest) GetTriggerAuthentication() KedaTriggerAuthenticationRequest
GetTriggerAuthentication returns the TriggerAuthentication field if non-nil, zero value otherwise.
func (o *KedaScalerRequest) GetTriggerAuthenticationOk() (*KedaTriggerAuthenticationRequest, bool)
GetTriggerAuthenticationOk returns a tuple with the TriggerAuthentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KedaScalerRequest) SetTriggerAuthentication(v KedaTriggerAuthenticationRequest)
SetTriggerAuthentication sets TriggerAuthentication field to given value.
func (o *KedaScalerRequest) HasTriggerAuthentication() bool
HasTriggerAuthentication returns a boolean if a field has been set.