Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.6 KB

V2HttpConfigurationDigestAuth.md

File metadata and controls

82 lines (45 loc) · 2.6 KB

V2HttpConfigurationDigestAuth

Properties

Name Type Description Notes
Username Pointer to string The username used for digest authentication by a monitor. [optional]
Password Pointer to string The password used for digest authentication by a monitor. [optional]

Methods

NewV2HttpConfigurationDigestAuth

func NewV2HttpConfigurationDigestAuth() *V2HttpConfigurationDigestAuth

NewV2HttpConfigurationDigestAuth instantiates a new V2HttpConfigurationDigestAuth 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

NewV2HttpConfigurationDigestAuthWithDefaults

func NewV2HttpConfigurationDigestAuthWithDefaults() *V2HttpConfigurationDigestAuth

NewV2HttpConfigurationDigestAuthWithDefaults instantiates a new V2HttpConfigurationDigestAuth 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

GetUsername

func (o *V2HttpConfigurationDigestAuth) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *V2HttpConfigurationDigestAuth) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsername

func (o *V2HttpConfigurationDigestAuth) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *V2HttpConfigurationDigestAuth) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetPassword

func (o *V2HttpConfigurationDigestAuth) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *V2HttpConfigurationDigestAuth) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPassword

func (o *V2HttpConfigurationDigestAuth) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *V2HttpConfigurationDigestAuth) HasPassword() bool

HasPassword returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]