Name | Type | Description | Notes |
---|---|---|---|
Documents | Pointer to []DocumentDescription | [optional] | |
PendingDocuments | Pointer to []DocumentType | [optional] |
func NewListIdentityDocumentsResponse() *ListIdentityDocumentsResponse
NewListIdentityDocumentsResponse instantiates a new ListIdentityDocumentsResponse 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 NewListIdentityDocumentsResponseWithDefaults() *ListIdentityDocumentsResponse
NewListIdentityDocumentsResponseWithDefaults instantiates a new ListIdentityDocumentsResponse 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 *ListIdentityDocumentsResponse) GetDocuments() []DocumentDescription
GetDocuments returns the Documents field if non-nil, zero value otherwise.
func (o *ListIdentityDocumentsResponse) GetDocumentsOk() (*[]DocumentDescription, bool)
GetDocumentsOk returns a tuple with the Documents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIdentityDocumentsResponse) SetDocuments(v []DocumentDescription)
SetDocuments sets Documents field to given value.
func (o *ListIdentityDocumentsResponse) HasDocuments() bool
HasDocuments returns a boolean if a field has been set.
func (o *ListIdentityDocumentsResponse) GetPendingDocuments() []DocumentType
GetPendingDocuments returns the PendingDocuments field if non-nil, zero value otherwise.
func (o *ListIdentityDocumentsResponse) GetPendingDocumentsOk() (*[]DocumentType, bool)
GetPendingDocumentsOk returns a tuple with the PendingDocuments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIdentityDocumentsResponse) SetPendingDocuments(v []DocumentType)
SetPendingDocuments sets PendingDocuments field to given value.
func (o *ListIdentityDocumentsResponse) HasPendingDocuments() bool
HasPendingDocuments returns a boolean if a field has been set.