| Name | Type | Description | Notes |
|---|---|---|---|
| AuthUser | string | Authentication username | |
| AuthPass | string | Authentication password |
func NewV2RuleAuthAction(authUser string, authPass string, ) *V2RuleAuthAction
NewV2RuleAuthAction instantiates a new V2RuleAuthAction 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 NewV2RuleAuthActionWithDefaults() *V2RuleAuthAction
NewV2RuleAuthActionWithDefaults instantiates a new V2RuleAuthAction 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 *V2RuleAuthAction) GetAuthUser() string
GetAuthUser returns the AuthUser field if non-nil, zero value otherwise.
func (o *V2RuleAuthAction) GetAuthUserOk() (*string, bool)
GetAuthUserOk returns a tuple with the AuthUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2RuleAuthAction) SetAuthUser(v string)
SetAuthUser sets AuthUser field to given value.
func (o *V2RuleAuthAction) GetAuthPass() string
GetAuthPass returns the AuthPass field if non-nil, zero value otherwise.
func (o *V2RuleAuthAction) GetAuthPassOk() (*string, bool)
GetAuthPassOk returns a tuple with the AuthPass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2RuleAuthAction) SetAuthPass(v string)
SetAuthPass sets AuthPass field to given value.