Name | Type | Description | Notes |
---|---|---|---|
FirstPage | Pointer to string | The first page number for this work. | [optional] |
Issue | Pointer to string | The issue number for this work. | [optional] |
LastPage | Pointer to string | The last page number for this work. | [optional] |
Volume | Pointer to string | The volume number for this work. | [optional] |
func NewListWorks200ResponseResultsInnerBiblio() *ListWorks200ResponseResultsInnerBiblio
NewListWorks200ResponseResultsInnerBiblio instantiates a new ListWorks200ResponseResultsInnerBiblio 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 NewListWorks200ResponseResultsInnerBiblioWithDefaults() *ListWorks200ResponseResultsInnerBiblio
NewListWorks200ResponseResultsInnerBiblioWithDefaults instantiates a new ListWorks200ResponseResultsInnerBiblio 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 *ListWorks200ResponseResultsInnerBiblio) GetFirstPage() string
GetFirstPage returns the FirstPage field if non-nil, zero value otherwise.
func (o *ListWorks200ResponseResultsInnerBiblio) GetFirstPageOk() (*string, bool)
GetFirstPageOk returns a tuple with the FirstPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListWorks200ResponseResultsInnerBiblio) SetFirstPage(v string)
SetFirstPage sets FirstPage field to given value.
func (o *ListWorks200ResponseResultsInnerBiblio) HasFirstPage() bool
HasFirstPage returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerBiblio) GetIssue() string
GetIssue returns the Issue field if non-nil, zero value otherwise.
func (o *ListWorks200ResponseResultsInnerBiblio) GetIssueOk() (*string, bool)
GetIssueOk returns a tuple with the Issue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListWorks200ResponseResultsInnerBiblio) SetIssue(v string)
SetIssue sets Issue field to given value.
func (o *ListWorks200ResponseResultsInnerBiblio) HasIssue() bool
HasIssue returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerBiblio) GetLastPage() string
GetLastPage returns the LastPage field if non-nil, zero value otherwise.
func (o *ListWorks200ResponseResultsInnerBiblio) GetLastPageOk() (*string, 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 *ListWorks200ResponseResultsInnerBiblio) SetLastPage(v string)
SetLastPage sets LastPage field to given value.
func (o *ListWorks200ResponseResultsInnerBiblio) HasLastPage() bool
HasLastPage returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerBiblio) GetVolume() string
GetVolume returns the Volume field if non-nil, zero value otherwise.
func (o *ListWorks200ResponseResultsInnerBiblio) GetVolumeOk() (*string, bool)
GetVolumeOk returns a tuple with the Volume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListWorks200ResponseResultsInnerBiblio) SetVolume(v string)
SetVolume sets Volume field to given value.
func (o *ListWorks200ResponseResultsInnerBiblio) HasVolume() bool
HasVolume returns a boolean if a field has been set.