Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.5 KB

DocumentBreakdownCompromisedDocumentBreakdown.md

File metadata and controls

82 lines (45 loc) · 3.5 KB

DocumentBreakdownCompromisedDocumentBreakdown

Properties

Name Type Description Notes
DocumentDatabase Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry [optional]
RepeatAttempts Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry [optional]

Methods

NewDocumentBreakdownCompromisedDocumentBreakdown

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

NewDocumentBreakdownCompromisedDocumentBreakdownWithDefaults

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

GetDocumentDatabase

func (o *DocumentBreakdownCompromisedDocumentBreakdown) GetDocumentDatabase() DocumentBreakdownDataComparisonBreakdownIssuingCountry

GetDocumentDatabase returns the DocumentDatabase field if non-nil, zero value otherwise.

GetDocumentDatabaseOk

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.

SetDocumentDatabase

func (o *DocumentBreakdownCompromisedDocumentBreakdown) SetDocumentDatabase(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)

SetDocumentDatabase sets DocumentDatabase field to given value.

HasDocumentDatabase

func (o *DocumentBreakdownCompromisedDocumentBreakdown) HasDocumentDatabase() bool

HasDocumentDatabase returns a boolean if a field has been set.

GetRepeatAttempts

func (o *DocumentBreakdownCompromisedDocumentBreakdown) GetRepeatAttempts() DocumentBreakdownDataComparisonBreakdownIssuingCountry

GetRepeatAttempts returns the RepeatAttempts field if non-nil, zero value otherwise.

GetRepeatAttemptsOk

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.

SetRepeatAttempts

func (o *DocumentBreakdownCompromisedDocumentBreakdown) SetRepeatAttempts(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)

SetRepeatAttempts sets RepeatAttempts field to given value.

HasRepeatAttempts

func (o *DocumentBreakdownCompromisedDocumentBreakdown) HasRepeatAttempts() bool

HasRepeatAttempts returns a boolean if a field has been set.

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