Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.26 KB

File metadata and controls

160 lines (87 loc) · 4.26 KB

HTTPChallengeInfo

Properties

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]

Methods

NewHTTPChallengeInfo

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

NewHTTPChallengeInfoWithDefaults

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

GetFileContent

func (o *HTTPChallengeInfo) GetFileContent() string

GetFileContent returns the FileContent field if non-nil, zero value otherwise.

GetFileContentOk

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.

SetFileContent

func (o *HTTPChallengeInfo) SetFileContent(v string)

SetFileContent sets FileContent field to given value.

HasFileContent

func (o *HTTPChallengeInfo) HasFileContent() bool

HasFileContent returns a boolean if a field has been set.

GetFilePath

func (o *HTTPChallengeInfo) GetFilePath() string

GetFilePath returns the FilePath field if non-nil, zero value otherwise.

GetFilePathOk

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.

SetFilePath

func (o *HTTPChallengeInfo) SetFilePath(v string)

SetFilePath sets FilePath field to given value.

HasFilePath

func (o *HTTPChallengeInfo) HasFilePath() bool

HasFilePath returns a boolean if a field has been set.

GetInstructions

func (o *HTTPChallengeInfo) GetInstructions() string

GetInstructions returns the Instructions field if non-nil, zero value otherwise.

GetInstructionsOk

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.

SetInstructions

func (o *HTTPChallengeInfo) SetInstructions(v string)

SetInstructions sets Instructions field to given value.

HasInstructions

func (o *HTTPChallengeInfo) HasInstructions() bool

HasInstructions returns a boolean if a field has been set.

GetKeyAuth

func (o *HTTPChallengeInfo) GetKeyAuth() string

GetKeyAuth returns the KeyAuth field if non-nil, zero value otherwise.

GetKeyAuthOk

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.

SetKeyAuth

func (o *HTTPChallengeInfo) SetKeyAuth(v string)

SetKeyAuth sets KeyAuth field to given value.

HasKeyAuth

func (o *HTTPChallengeInfo) HasKeyAuth() bool

HasKeyAuth returns a boolean if a field has been set.

GetToken

func (o *HTTPChallengeInfo) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *HTTPChallengeInfo) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *HTTPChallengeInfo) HasToken() bool

HasToken returns a boolean if a field has been set.

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