Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.99 KB

AadhaarxmlReloadCaptcha400ResponseData.md

File metadata and controls

56 lines (31 loc) · 1.99 KB

AadhaarxmlReloadCaptcha400ResponseData

Properties

Name Type Description Notes
CaptchaImage Pointer to string [optional]

Methods

NewAadhaarxmlReloadCaptcha400ResponseData

func NewAadhaarxmlReloadCaptcha400ResponseData() *AadhaarxmlReloadCaptcha400ResponseData

NewAadhaarxmlReloadCaptcha400ResponseData instantiates a new AadhaarxmlReloadCaptcha400ResponseData 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

NewAadhaarxmlReloadCaptcha400ResponseDataWithDefaults

func NewAadhaarxmlReloadCaptcha400ResponseDataWithDefaults() *AadhaarxmlReloadCaptcha400ResponseData

NewAadhaarxmlReloadCaptcha400ResponseDataWithDefaults instantiates a new AadhaarxmlReloadCaptcha400ResponseData 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

GetCaptchaImage

func (o *AadhaarxmlReloadCaptcha400ResponseData) GetCaptchaImage() string

GetCaptchaImage returns the CaptchaImage field if non-nil, zero value otherwise.

GetCaptchaImageOk

func (o *AadhaarxmlReloadCaptcha400ResponseData) GetCaptchaImageOk() (*string, bool)

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

SetCaptchaImage

func (o *AadhaarxmlReloadCaptcha400ResponseData) SetCaptchaImage(v string)

SetCaptchaImage sets CaptchaImage field to given value.

HasCaptchaImage

func (o *AadhaarxmlReloadCaptcha400ResponseData) HasCaptchaImage() bool

HasCaptchaImage returns a boolean if a field has been set.

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