Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.19 KB

ListWorks200ResponseResultsInnerBiblio.md

File metadata and controls

134 lines (73 loc) · 4.19 KB

ListWorks200ResponseResultsInnerBiblio

Properties

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]

Methods

NewListWorks200ResponseResultsInnerBiblio

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

NewListWorks200ResponseResultsInnerBiblioWithDefaults

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

GetFirstPage

func (o *ListWorks200ResponseResultsInnerBiblio) GetFirstPage() string

GetFirstPage returns the FirstPage field if non-nil, zero value otherwise.

GetFirstPageOk

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.

SetFirstPage

func (o *ListWorks200ResponseResultsInnerBiblio) SetFirstPage(v string)

SetFirstPage sets FirstPage field to given value.

HasFirstPage

func (o *ListWorks200ResponseResultsInnerBiblio) HasFirstPage() bool

HasFirstPage returns a boolean if a field has been set.

GetIssue

func (o *ListWorks200ResponseResultsInnerBiblio) GetIssue() string

GetIssue returns the Issue field if non-nil, zero value otherwise.

GetIssueOk

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.

SetIssue

func (o *ListWorks200ResponseResultsInnerBiblio) SetIssue(v string)

SetIssue sets Issue field to given value.

HasIssue

func (o *ListWorks200ResponseResultsInnerBiblio) HasIssue() bool

HasIssue returns a boolean if a field has been set.

GetLastPage

func (o *ListWorks200ResponseResultsInnerBiblio) GetLastPage() string

GetLastPage returns the LastPage field if non-nil, zero value otherwise.

GetLastPageOk

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.

SetLastPage

func (o *ListWorks200ResponseResultsInnerBiblio) SetLastPage(v string)

SetLastPage sets LastPage field to given value.

HasLastPage

func (o *ListWorks200ResponseResultsInnerBiblio) HasLastPage() bool

HasLastPage returns a boolean if a field has been set.

GetVolume

func (o *ListWorks200ResponseResultsInnerBiblio) GetVolume() string

GetVolume returns the Volume field if non-nil, zero value otherwise.

GetVolumeOk

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.

SetVolume

func (o *ListWorks200ResponseResultsInnerBiblio) SetVolume(v string)

SetVolume sets Volume field to given value.

HasVolume

func (o *ListWorks200ResponseResultsInnerBiblio) HasVolume() bool

HasVolume returns a boolean if a field has been set.

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