Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.5 KB

MaskAadhaarUidResponseData.md

File metadata and controls

82 lines (45 loc) · 2.5 KB

MaskAadhaarUidResponseData

Properties

Name Type Description Notes
IsMasked Pointer to bool [optional]
MaskedImages Pointer to []string [optional]

Methods

NewMaskAadhaarUidResponseData

func NewMaskAadhaarUidResponseData() *MaskAadhaarUidResponseData

NewMaskAadhaarUidResponseData instantiates a new MaskAadhaarUidResponseData 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

NewMaskAadhaarUidResponseDataWithDefaults

func NewMaskAadhaarUidResponseDataWithDefaults() *MaskAadhaarUidResponseData

NewMaskAadhaarUidResponseDataWithDefaults instantiates a new MaskAadhaarUidResponseData 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

GetIsMasked

func (o *MaskAadhaarUidResponseData) GetIsMasked() bool

GetIsMasked returns the IsMasked field if non-nil, zero value otherwise.

GetIsMaskedOk

func (o *MaskAadhaarUidResponseData) GetIsMaskedOk() (*bool, bool)

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

SetIsMasked

func (o *MaskAadhaarUidResponseData) SetIsMasked(v bool)

SetIsMasked sets IsMasked field to given value.

HasIsMasked

func (o *MaskAadhaarUidResponseData) HasIsMasked() bool

HasIsMasked returns a boolean if a field has been set.

GetMaskedImages

func (o *MaskAadhaarUidResponseData) GetMaskedImages() []string

GetMaskedImages returns the MaskedImages field if non-nil, zero value otherwise.

GetMaskedImagesOk

func (o *MaskAadhaarUidResponseData) GetMaskedImagesOk() (*[]string, bool)

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

SetMaskedImages

func (o *MaskAadhaarUidResponseData) SetMaskedImages(v []string)

SetMaskedImages sets MaskedImages field to given value.

HasMaskedImages

func (o *MaskAadhaarUidResponseData) HasMaskedImages() bool

HasMaskedImages returns a boolean if a field has been set.

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