Name | Type | Description | Notes |
---|---|---|---|
DocumentDatabase | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] | |
RepeatAttempts | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] |
func NewDocumentBreakdownCompromisedDocumentBreakdown() *DocumentBreakdownCompromisedDocumentBreakdown
NewDocumentBreakdownCompromisedDocumentBreakdown instantiates a new DocumentBreakdownCompromisedDocumentBreakdown 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 NewDocumentBreakdownCompromisedDocumentBreakdownWithDefaults() *DocumentBreakdownCompromisedDocumentBreakdown
NewDocumentBreakdownCompromisedDocumentBreakdownWithDefaults instantiates a new DocumentBreakdownCompromisedDocumentBreakdown 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 *DocumentBreakdownCompromisedDocumentBreakdown) GetDocumentDatabase() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetDocumentDatabase returns the DocumentDatabase field if non-nil, zero value otherwise.
func (o *DocumentBreakdownCompromisedDocumentBreakdown) GetDocumentDatabaseOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetDocumentDatabaseOk returns a tuple with the DocumentDatabase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownCompromisedDocumentBreakdown) SetDocumentDatabase(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetDocumentDatabase sets DocumentDatabase field to given value.
func (o *DocumentBreakdownCompromisedDocumentBreakdown) HasDocumentDatabase() bool
HasDocumentDatabase returns a boolean if a field has been set.
func (o *DocumentBreakdownCompromisedDocumentBreakdown) GetRepeatAttempts() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetRepeatAttempts returns the RepeatAttempts field if non-nil, zero value otherwise.
func (o *DocumentBreakdownCompromisedDocumentBreakdown) GetRepeatAttemptsOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetRepeatAttemptsOk returns a tuple with the RepeatAttempts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownCompromisedDocumentBreakdown) SetRepeatAttempts(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetRepeatAttempts sets RepeatAttempts field to given value.
func (o *DocumentBreakdownCompromisedDocumentBreakdown) HasRepeatAttempts() bool
HasRepeatAttempts returns a boolean if a field has been set.