Name | Type | Description | Notes |
---|---|---|---|
CurrentPage | Pointer to NullableInt32 | Current page number. | [optional] |
FirstPageUrl | Pointer to NullableString | First page url. | [optional] |
From | Pointer to NullableInt32 | First result of the page. | [optional] |
LastPage | Pointer to NullableInt32 | Last page number. | [optional] |
LastPageUrl | Pointer to NullableString | Last page url. | [optional] |
NextPageUrl | Pointer to NullableString | Next page url | [optional] |
Path | Pointer to NullableString | Request path. | [optional] |
PerPage | Pointer to NullableInt32 | Number of result per page. | [optional] |
PrevPageUrl | Pointer to NullableString | Previous page url. | [optional] |
To | Pointer to NullableInt32 | Last result of the page. | [optional] |
Total | Pointer to NullableInt32 | Total number of results | [optional] |
Data | Pointer to []IssuedDocument | [optional] |
func NewListIssuedDocumentsResponse() *ListIssuedDocumentsResponse
NewListIssuedDocumentsResponse instantiates a new ListIssuedDocumentsResponse 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 NewListIssuedDocumentsResponseWithDefaults() *ListIssuedDocumentsResponse
NewListIssuedDocumentsResponseWithDefaults instantiates a new ListIssuedDocumentsResponse 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 *ListIssuedDocumentsResponse) GetCurrentPage() int32
GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetCurrentPageOk() (*int32, bool)
GetCurrentPageOk returns a tuple with the CurrentPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetCurrentPage(v int32)
SetCurrentPage sets CurrentPage field to given value.
func (o *ListIssuedDocumentsResponse) HasCurrentPage() bool
HasCurrentPage returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetCurrentPageNil(b bool)
SetCurrentPageNil sets the value for CurrentPage to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetCurrentPage()
UnsetCurrentPage ensures that no value is present for CurrentPage, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetFirstPageUrl() string
GetFirstPageUrl returns the FirstPageUrl field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetFirstPageUrlOk() (*string, bool)
GetFirstPageUrlOk returns a tuple with the FirstPageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetFirstPageUrl(v string)
SetFirstPageUrl sets FirstPageUrl field to given value.
func (o *ListIssuedDocumentsResponse) HasFirstPageUrl() bool
HasFirstPageUrl returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetFirstPageUrlNil(b bool)
SetFirstPageUrlNil sets the value for FirstPageUrl to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetFirstPageUrl()
UnsetFirstPageUrl ensures that no value is present for FirstPageUrl, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetFrom() int32
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetFromOk() (*int32, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetFrom(v int32)
SetFrom sets From field to given value.
func (o *ListIssuedDocumentsResponse) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetFromNil(b bool)
SetFromNil sets the value for From to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetFrom()
UnsetFrom ensures that no value is present for From, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetLastPage() int32
GetLastPage returns the LastPage field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetLastPageOk() (*int32, bool)
GetLastPageOk returns a tuple with the LastPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetLastPage(v int32)
SetLastPage sets LastPage field to given value.
func (o *ListIssuedDocumentsResponse) HasLastPage() bool
HasLastPage returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetLastPageNil(b bool)
SetLastPageNil sets the value for LastPage to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetLastPage()
UnsetLastPage ensures that no value is present for LastPage, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetLastPageUrl() string
GetLastPageUrl returns the LastPageUrl field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetLastPageUrlOk() (*string, bool)
GetLastPageUrlOk returns a tuple with the LastPageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetLastPageUrl(v string)
SetLastPageUrl sets LastPageUrl field to given value.
func (o *ListIssuedDocumentsResponse) HasLastPageUrl() bool
HasLastPageUrl returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetLastPageUrlNil(b bool)
SetLastPageUrlNil sets the value for LastPageUrl to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetLastPageUrl()
UnsetLastPageUrl ensures that no value is present for LastPageUrl, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetNextPageUrl() string
GetNextPageUrl returns the NextPageUrl field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetNextPageUrlOk() (*string, bool)
GetNextPageUrlOk returns a tuple with the NextPageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetNextPageUrl(v string)
SetNextPageUrl sets NextPageUrl field to given value.
func (o *ListIssuedDocumentsResponse) HasNextPageUrl() bool
HasNextPageUrl returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetNextPageUrlNil(b bool)
SetNextPageUrlNil sets the value for NextPageUrl to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetNextPageUrl()
UnsetNextPageUrl ensures that no value is present for NextPageUrl, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetPath(v string)
SetPath sets Path field to given value.
func (o *ListIssuedDocumentsResponse) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetPerPage() int32
GetPerPage returns the PerPage field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetPerPageOk() (*int32, bool)
GetPerPageOk returns a tuple with the PerPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetPerPage(v int32)
SetPerPage sets PerPage field to given value.
func (o *ListIssuedDocumentsResponse) HasPerPage() bool
HasPerPage returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetPerPageNil(b bool)
SetPerPageNil sets the value for PerPage to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetPerPage()
UnsetPerPage ensures that no value is present for PerPage, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetPrevPageUrl() string
GetPrevPageUrl returns the PrevPageUrl field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetPrevPageUrlOk() (*string, bool)
GetPrevPageUrlOk returns a tuple with the PrevPageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetPrevPageUrl(v string)
SetPrevPageUrl sets PrevPageUrl field to given value.
func (o *ListIssuedDocumentsResponse) HasPrevPageUrl() bool
HasPrevPageUrl returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetPrevPageUrlNil(b bool)
SetPrevPageUrlNil sets the value for PrevPageUrl to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetPrevPageUrl()
UnsetPrevPageUrl ensures that no value is present for PrevPageUrl, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetTo() int32
GetTo returns the To field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetToOk() (*int32, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetTo(v int32)
SetTo sets To field to given value.
func (o *ListIssuedDocumentsResponse) HasTo() bool
HasTo returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetToNil(b bool)
SetToNil sets the value for To to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetTo()
UnsetTo ensures that no value is present for To, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetTotal(v int32)
SetTotal sets Total field to given value.
func (o *ListIssuedDocumentsResponse) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetTotalNil(b bool)
SetTotalNil sets the value for Total to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetTotal()
UnsetTotal ensures that no value is present for Total, not even an explicit nil
func (o *ListIssuedDocumentsResponse) GetData() []IssuedDocument
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ListIssuedDocumentsResponse) GetDataOk() (*[]IssuedDocument, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListIssuedDocumentsResponse) SetData(v []IssuedDocument)
SetData sets Data field to given value.
func (o *ListIssuedDocumentsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *ListIssuedDocumentsResponse) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *ListIssuedDocumentsResponse) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil