| Name | Type | Description | Notes |
|---|---|---|---|
| DocumentId | Pointer to RightToWorkBreakdownShareCodeValidationBreakdownDocumentId | [optional] | |
| ApplicantHasValidShareCode | Pointer to RightToWorkBreakdownShareCodeValidationBreakdownApplicantHasValidShareCode | [optional] | |
| NameMatched | Pointer to RightToWorkBreakdownShareCodeValidationBreakdownNameMatched | [optional] |
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
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
func (o *RightToWorkBreakdownShareCodeValidationBreakdown) GetDocumentId() RightToWorkBreakdownShareCodeValidationBreakdownDocumentId
GetDocumentId returns the DocumentId field if non-nil, zero value otherwise.
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.
func (o *RightToWorkBreakdownShareCodeValidationBreakdown) SetDocumentId(v RightToWorkBreakdownShareCodeValidationBreakdownDocumentId)
SetDocumentId sets DocumentId field to given value.
func (o *RightToWorkBreakdownShareCodeValidationBreakdown) HasDocumentId() bool
HasDocumentId returns a boolean if a field has been set.
func (o *RightToWorkBreakdownShareCodeValidationBreakdown) GetApplicantHasValidShareCode() RightToWorkBreakdownShareCodeValidationBreakdownApplicantHasValidShareCode
GetApplicantHasValidShareCode returns the ApplicantHasValidShareCode field if non-nil, zero value otherwise.
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.
func (o *RightToWorkBreakdownShareCodeValidationBreakdown) SetApplicantHasValidShareCode(v RightToWorkBreakdownShareCodeValidationBreakdownApplicantHasValidShareCode)
SetApplicantHasValidShareCode sets ApplicantHasValidShareCode field to given value.
func (o *RightToWorkBreakdownShareCodeValidationBreakdown) HasApplicantHasValidShareCode() bool
HasApplicantHasValidShareCode returns a boolean if a field has been set.
func (o *RightToWorkBreakdownShareCodeValidationBreakdown) GetNameMatched() RightToWorkBreakdownShareCodeValidationBreakdownNameMatched
GetNameMatched returns the NameMatched field if non-nil, zero value otherwise.
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.
func (o *RightToWorkBreakdownShareCodeValidationBreakdown) SetNameMatched(v RightToWorkBreakdownShareCodeValidationBreakdownNameMatched)
SetNameMatched sets NameMatched field to given value.
func (o *RightToWorkBreakdownShareCodeValidationBreakdown) HasNameMatched() bool
HasNameMatched returns a boolean if a field has been set.