Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 10.2 KB

RightToWorkBreakdown.md

File metadata and controls

290 lines (157 loc) · 10.2 KB

RightToWorkBreakdown

Properties

Name Type Description Notes
RightToWork Pointer to RightToWorkBreakdownRightToWork [optional]
DataComparison Pointer to DocumentBreakdownDataComparison [optional]
DataValidation Pointer to RightToWorkBreakdownDataValidation [optional]
ImageIntegrity Pointer to RightToWorkBreakdownImageIntegrity [optional]
VisualAuthenticity Pointer to RightToWorkBreakdownVisualAuthenticity [optional]
DataConsistency Pointer to RightToWorkBreakdownDataConsistency [optional]
PoliceRecord Pointer to DocumentBreakdownPoliceRecord [optional]
CompromisedDocument Pointer to DocumentBreakdownCompromisedDocument [optional]
AgeValidation Pointer to RightToWorkBreakdownAgeValidation [optional]
ShareCodeValidation Pointer to RightToWorkBreakdownShareCodeValidation [optional]

Methods

NewRightToWorkBreakdown

func NewRightToWorkBreakdown() *RightToWorkBreakdown

NewRightToWorkBreakdown instantiates a new RightToWorkBreakdown 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

NewRightToWorkBreakdownWithDefaults

func NewRightToWorkBreakdownWithDefaults() *RightToWorkBreakdown

NewRightToWorkBreakdownWithDefaults instantiates a new RightToWorkBreakdown 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

GetRightToWork

func (o *RightToWorkBreakdown) GetRightToWork() RightToWorkBreakdownRightToWork

GetRightToWork returns the RightToWork field if non-nil, zero value otherwise.

GetRightToWorkOk

func (o *RightToWorkBreakdown) GetRightToWorkOk() (*RightToWorkBreakdownRightToWork, bool)

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

SetRightToWork

func (o *RightToWorkBreakdown) SetRightToWork(v RightToWorkBreakdownRightToWork)

SetRightToWork sets RightToWork field to given value.

HasRightToWork

func (o *RightToWorkBreakdown) HasRightToWork() bool

HasRightToWork returns a boolean if a field has been set.

GetDataComparison

func (o *RightToWorkBreakdown) GetDataComparison() DocumentBreakdownDataComparison

GetDataComparison returns the DataComparison field if non-nil, zero value otherwise.

GetDataComparisonOk

func (o *RightToWorkBreakdown) GetDataComparisonOk() (*DocumentBreakdownDataComparison, bool)

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

SetDataComparison

func (o *RightToWorkBreakdown) SetDataComparison(v DocumentBreakdownDataComparison)

SetDataComparison sets DataComparison field to given value.

HasDataComparison

func (o *RightToWorkBreakdown) HasDataComparison() bool

HasDataComparison returns a boolean if a field has been set.

GetDataValidation

func (o *RightToWorkBreakdown) GetDataValidation() RightToWorkBreakdownDataValidation

GetDataValidation returns the DataValidation field if non-nil, zero value otherwise.

GetDataValidationOk

func (o *RightToWorkBreakdown) GetDataValidationOk() (*RightToWorkBreakdownDataValidation, bool)

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

SetDataValidation

func (o *RightToWorkBreakdown) SetDataValidation(v RightToWorkBreakdownDataValidation)

SetDataValidation sets DataValidation field to given value.

HasDataValidation

func (o *RightToWorkBreakdown) HasDataValidation() bool

HasDataValidation returns a boolean if a field has been set.

GetImageIntegrity

func (o *RightToWorkBreakdown) GetImageIntegrity() RightToWorkBreakdownImageIntegrity

GetImageIntegrity returns the ImageIntegrity field if non-nil, zero value otherwise.

GetImageIntegrityOk

func (o *RightToWorkBreakdown) GetImageIntegrityOk() (*RightToWorkBreakdownImageIntegrity, bool)

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

SetImageIntegrity

func (o *RightToWorkBreakdown) SetImageIntegrity(v RightToWorkBreakdownImageIntegrity)

SetImageIntegrity sets ImageIntegrity field to given value.

HasImageIntegrity

func (o *RightToWorkBreakdown) HasImageIntegrity() bool

HasImageIntegrity returns a boolean if a field has been set.

GetVisualAuthenticity

func (o *RightToWorkBreakdown) GetVisualAuthenticity() RightToWorkBreakdownVisualAuthenticity

GetVisualAuthenticity returns the VisualAuthenticity field if non-nil, zero value otherwise.

GetVisualAuthenticityOk

func (o *RightToWorkBreakdown) GetVisualAuthenticityOk() (*RightToWorkBreakdownVisualAuthenticity, bool)

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

SetVisualAuthenticity

func (o *RightToWorkBreakdown) SetVisualAuthenticity(v RightToWorkBreakdownVisualAuthenticity)

SetVisualAuthenticity sets VisualAuthenticity field to given value.

HasVisualAuthenticity

func (o *RightToWorkBreakdown) HasVisualAuthenticity() bool

HasVisualAuthenticity returns a boolean if a field has been set.

GetDataConsistency

func (o *RightToWorkBreakdown) GetDataConsistency() RightToWorkBreakdownDataConsistency

GetDataConsistency returns the DataConsistency field if non-nil, zero value otherwise.

GetDataConsistencyOk

func (o *RightToWorkBreakdown) GetDataConsistencyOk() (*RightToWorkBreakdownDataConsistency, bool)

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

SetDataConsistency

func (o *RightToWorkBreakdown) SetDataConsistency(v RightToWorkBreakdownDataConsistency)

SetDataConsistency sets DataConsistency field to given value.

HasDataConsistency

func (o *RightToWorkBreakdown) HasDataConsistency() bool

HasDataConsistency returns a boolean if a field has been set.

GetPoliceRecord

func (o *RightToWorkBreakdown) GetPoliceRecord() DocumentBreakdownPoliceRecord

GetPoliceRecord returns the PoliceRecord field if non-nil, zero value otherwise.

GetPoliceRecordOk

func (o *RightToWorkBreakdown) GetPoliceRecordOk() (*DocumentBreakdownPoliceRecord, bool)

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

SetPoliceRecord

func (o *RightToWorkBreakdown) SetPoliceRecord(v DocumentBreakdownPoliceRecord)

SetPoliceRecord sets PoliceRecord field to given value.

HasPoliceRecord

func (o *RightToWorkBreakdown) HasPoliceRecord() bool

HasPoliceRecord returns a boolean if a field has been set.

GetCompromisedDocument

func (o *RightToWorkBreakdown) GetCompromisedDocument() DocumentBreakdownCompromisedDocument

GetCompromisedDocument returns the CompromisedDocument field if non-nil, zero value otherwise.

GetCompromisedDocumentOk

func (o *RightToWorkBreakdown) GetCompromisedDocumentOk() (*DocumentBreakdownCompromisedDocument, bool)

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

SetCompromisedDocument

func (o *RightToWorkBreakdown) SetCompromisedDocument(v DocumentBreakdownCompromisedDocument)

SetCompromisedDocument sets CompromisedDocument field to given value.

HasCompromisedDocument

func (o *RightToWorkBreakdown) HasCompromisedDocument() bool

HasCompromisedDocument returns a boolean if a field has been set.

GetAgeValidation

func (o *RightToWorkBreakdown) GetAgeValidation() RightToWorkBreakdownAgeValidation

GetAgeValidation returns the AgeValidation field if non-nil, zero value otherwise.

GetAgeValidationOk

func (o *RightToWorkBreakdown) GetAgeValidationOk() (*RightToWorkBreakdownAgeValidation, bool)

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

SetAgeValidation

func (o *RightToWorkBreakdown) SetAgeValidation(v RightToWorkBreakdownAgeValidation)

SetAgeValidation sets AgeValidation field to given value.

HasAgeValidation

func (o *RightToWorkBreakdown) HasAgeValidation() bool

HasAgeValidation returns a boolean if a field has been set.

GetShareCodeValidation

func (o *RightToWorkBreakdown) GetShareCodeValidation() RightToWorkBreakdownShareCodeValidation

GetShareCodeValidation returns the ShareCodeValidation field if non-nil, zero value otherwise.

GetShareCodeValidationOk

func (o *RightToWorkBreakdown) GetShareCodeValidationOk() (*RightToWorkBreakdownShareCodeValidation, bool)

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

SetShareCodeValidation

func (o *RightToWorkBreakdown) SetShareCodeValidation(v RightToWorkBreakdownShareCodeValidation)

SetShareCodeValidation sets ShareCodeValidation field to given value.

HasShareCodeValidation

func (o *RightToWorkBreakdown) HasShareCodeValidation() bool

HasShareCodeValidation returns a boolean if a field has been set.

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