Name | Type | Description | Notes |
---|---|---|---|
ImageQuality | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] | |
SupportedDocument | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] | |
ColourPicture | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] | |
ConclusiveDocumentQuality | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] |
func NewRightToWorkBreakdownImageIntegrityBreakdown() *RightToWorkBreakdownImageIntegrityBreakdown
NewRightToWorkBreakdownImageIntegrityBreakdown instantiates a new RightToWorkBreakdownImageIntegrityBreakdown 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 NewRightToWorkBreakdownImageIntegrityBreakdownWithDefaults() *RightToWorkBreakdownImageIntegrityBreakdown
NewRightToWorkBreakdownImageIntegrityBreakdownWithDefaults instantiates a new RightToWorkBreakdownImageIntegrityBreakdown 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 *RightToWorkBreakdownImageIntegrityBreakdown) GetImageQuality() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetImageQuality returns the ImageQuality field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) GetImageQualityOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetImageQualityOk returns a tuple with the ImageQuality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) SetImageQuality(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetImageQuality sets ImageQuality field to given value.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) HasImageQuality() bool
HasImageQuality returns a boolean if a field has been set.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) GetSupportedDocument() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetSupportedDocument returns the SupportedDocument field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) GetSupportedDocumentOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetSupportedDocumentOk returns a tuple with the SupportedDocument field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) SetSupportedDocument(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetSupportedDocument sets SupportedDocument field to given value.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) HasSupportedDocument() bool
HasSupportedDocument returns a boolean if a field has been set.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) GetColourPicture() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetColourPicture returns the ColourPicture field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) GetColourPictureOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetColourPictureOk returns a tuple with the ColourPicture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) SetColourPicture(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetColourPicture sets ColourPicture field to given value.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) HasColourPicture() bool
HasColourPicture returns a boolean if a field has been set.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) GetConclusiveDocumentQuality() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetConclusiveDocumentQuality returns the ConclusiveDocumentQuality field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) GetConclusiveDocumentQualityOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetConclusiveDocumentQualityOk returns a tuple with the ConclusiveDocumentQuality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) SetConclusiveDocumentQuality(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetConclusiveDocumentQuality sets ConclusiveDocumentQuality field to given value.
func (o *RightToWorkBreakdownImageIntegrityBreakdown) HasConclusiveDocumentQuality() bool
HasConclusiveDocumentQuality returns a boolean if a field has been set.