| Name | Type | Description | Notes |
|---|---|---|---|
| FileContent | Pointer to string | [optional] | |
| FilePath | Pointer to string | [optional] | |
| Instructions | Pointer to string | [optional] | |
| KeyAuth | Pointer to string | [optional] | |
| Token | Pointer to string | [optional] |
func NewHTTPChallengeInfo() *HTTPChallengeInfo
NewHTTPChallengeInfo instantiates a new HTTPChallengeInfo 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 NewHTTPChallengeInfoWithDefaults() *HTTPChallengeInfo
NewHTTPChallengeInfoWithDefaults instantiates a new HTTPChallengeInfo 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 *HTTPChallengeInfo) GetFileContent() string
GetFileContent returns the FileContent field if non-nil, zero value otherwise.
func (o *HTTPChallengeInfo) GetFileContentOk() (*string, bool)
GetFileContentOk returns a tuple with the FileContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HTTPChallengeInfo) SetFileContent(v string)
SetFileContent sets FileContent field to given value.
func (o *HTTPChallengeInfo) HasFileContent() bool
HasFileContent returns a boolean if a field has been set.
func (o *HTTPChallengeInfo) GetFilePath() string
GetFilePath returns the FilePath field if non-nil, zero value otherwise.
func (o *HTTPChallengeInfo) GetFilePathOk() (*string, bool)
GetFilePathOk returns a tuple with the FilePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HTTPChallengeInfo) SetFilePath(v string)
SetFilePath sets FilePath field to given value.
func (o *HTTPChallengeInfo) HasFilePath() bool
HasFilePath returns a boolean if a field has been set.
func (o *HTTPChallengeInfo) GetInstructions() string
GetInstructions returns the Instructions field if non-nil, zero value otherwise.
func (o *HTTPChallengeInfo) GetInstructionsOk() (*string, bool)
GetInstructionsOk returns a tuple with the Instructions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HTTPChallengeInfo) SetInstructions(v string)
SetInstructions sets Instructions field to given value.
func (o *HTTPChallengeInfo) HasInstructions() bool
HasInstructions returns a boolean if a field has been set.
func (o *HTTPChallengeInfo) GetKeyAuth() string
GetKeyAuth returns the KeyAuth field if non-nil, zero value otherwise.
func (o *HTTPChallengeInfo) GetKeyAuthOk() (*string, bool)
GetKeyAuthOk returns a tuple with the KeyAuth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HTTPChallengeInfo) SetKeyAuth(v string)
SetKeyAuth sets KeyAuth field to given value.
func (o *HTTPChallengeInfo) HasKeyAuth() bool
HasKeyAuth returns a boolean if a field has been set.
func (o *HTTPChallengeInfo) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *HTTPChallengeInfo) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HTTPChallengeInfo) SetToken(v string)
SetToken sets Token field to given value.
func (o *HTTPChallengeInfo) HasToken() bool
HasToken returns a boolean if a field has been set.