Name | Type | Description | Notes |
---|---|---|---|
Consents | Pointer to ConsentsBuilder | [optional] | |
Address | Pointer to AddressBuilder | [optional] | |
Location | Pointer to LocationBuilder | [optional] |
func NewApplicantRequest() *ApplicantRequest
NewApplicantRequest instantiates a new ApplicantRequest 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 NewApplicantRequestWithDefaults() *ApplicantRequest
NewApplicantRequestWithDefaults instantiates a new ApplicantRequest 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 *ApplicantRequest) GetConsents() ConsentsBuilder
GetConsents returns the Consents field if non-nil, zero value otherwise.
func (o *ApplicantRequest) GetConsentsOk() (*ConsentsBuilder, bool)
GetConsentsOk returns a tuple with the Consents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicantRequest) SetConsents(v ConsentsBuilder)
SetConsents sets Consents field to given value.
func (o *ApplicantRequest) HasConsents() bool
HasConsents returns a boolean if a field has been set.
func (o *ApplicantRequest) GetAddress() AddressBuilder
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *ApplicantRequest) GetAddressOk() (*AddressBuilder, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicantRequest) SetAddress(v AddressBuilder)
SetAddress sets Address field to given value.
func (o *ApplicantRequest) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *ApplicantRequest) GetLocation() LocationBuilder
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *ApplicantRequest) GetLocationOk() (*LocationBuilder, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicantRequest) SetLocation(v LocationBuilder)
SetLocation sets Location field to given value.
func (o *ApplicantRequest) HasLocation() bool
HasLocation returns a boolean if a field has been set.