Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.85 KB

File metadata and controls

108 lines (59 loc) · 4.85 KB

RightToWorkBreakdownShareCodeValidationBreakdown

Properties

Name Type Description Notes
DocumentId Pointer to RightToWorkBreakdownShareCodeValidationBreakdownDocumentId [optional]
ApplicantHasValidShareCode Pointer to RightToWorkBreakdownShareCodeValidationBreakdownApplicantHasValidShareCode [optional]
NameMatched Pointer to RightToWorkBreakdownShareCodeValidationBreakdownNameMatched [optional]

Methods

NewRightToWorkBreakdownShareCodeValidationBreakdown

func NewRightToWorkBreakdownShareCodeValidationBreakdown() *RightToWorkBreakdownShareCodeValidationBreakdown

NewRightToWorkBreakdownShareCodeValidationBreakdown instantiates a new RightToWorkBreakdownShareCodeValidationBreakdown 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

NewRightToWorkBreakdownShareCodeValidationBreakdownWithDefaults

func NewRightToWorkBreakdownShareCodeValidationBreakdownWithDefaults() *RightToWorkBreakdownShareCodeValidationBreakdown

NewRightToWorkBreakdownShareCodeValidationBreakdownWithDefaults instantiates a new RightToWorkBreakdownShareCodeValidationBreakdown 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

GetDocumentId

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) GetDocumentId() RightToWorkBreakdownShareCodeValidationBreakdownDocumentId

GetDocumentId returns the DocumentId field if non-nil, zero value otherwise.

GetDocumentIdOk

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) GetDocumentIdOk() (*RightToWorkBreakdownShareCodeValidationBreakdownDocumentId, bool)

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

SetDocumentId

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) SetDocumentId(v RightToWorkBreakdownShareCodeValidationBreakdownDocumentId)

SetDocumentId sets DocumentId field to given value.

HasDocumentId

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) HasDocumentId() bool

HasDocumentId returns a boolean if a field has been set.

GetApplicantHasValidShareCode

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) GetApplicantHasValidShareCode() RightToWorkBreakdownShareCodeValidationBreakdownApplicantHasValidShareCode

GetApplicantHasValidShareCode returns the ApplicantHasValidShareCode field if non-nil, zero value otherwise.

GetApplicantHasValidShareCodeOk

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) GetApplicantHasValidShareCodeOk() (*RightToWorkBreakdownShareCodeValidationBreakdownApplicantHasValidShareCode, bool)

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

SetApplicantHasValidShareCode

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) SetApplicantHasValidShareCode(v RightToWorkBreakdownShareCodeValidationBreakdownApplicantHasValidShareCode)

SetApplicantHasValidShareCode sets ApplicantHasValidShareCode field to given value.

HasApplicantHasValidShareCode

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) HasApplicantHasValidShareCode() bool

HasApplicantHasValidShareCode returns a boolean if a field has been set.

GetNameMatched

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) GetNameMatched() RightToWorkBreakdownShareCodeValidationBreakdownNameMatched

GetNameMatched returns the NameMatched field if non-nil, zero value otherwise.

GetNameMatchedOk

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) GetNameMatchedOk() (*RightToWorkBreakdownShareCodeValidationBreakdownNameMatched, bool)

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

SetNameMatched

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) SetNameMatched(v RightToWorkBreakdownShareCodeValidationBreakdownNameMatched)

SetNameMatched sets NameMatched field to given value.

HasNameMatched

func (o *RightToWorkBreakdownShareCodeValidationBreakdown) HasNameMatched() bool

HasNameMatched returns a boolean if a field has been set.

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