Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.32 KB

ListWorks200ResponseMeta.md

File metadata and controls

186 lines (101 loc) · 5.32 KB

ListWorks200ResponseMeta

Properties

Name Type Description Notes
Count Pointer to int32 Total number of results [optional]
DbResponseTimeMs Pointer to int32 Database response time in milliseconds [optional]
Page Pointer to int32 Current page number [optional]
PerPage Pointer to int32 Number of results per page [optional]
CountNew Pointer to int32 Number of new results since last update [optional]
CountUpdated Pointer to int32 Number of updated results since last update [optional]

Methods

NewListWorks200ResponseMeta

func NewListWorks200ResponseMeta() *ListWorks200ResponseMeta

NewListWorks200ResponseMeta instantiates a new ListWorks200ResponseMeta 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

NewListWorks200ResponseMetaWithDefaults

func NewListWorks200ResponseMetaWithDefaults() *ListWorks200ResponseMeta

NewListWorks200ResponseMetaWithDefaults instantiates a new ListWorks200ResponseMeta 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

GetCount

func (o *ListWorks200ResponseMeta) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *ListWorks200ResponseMeta) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCount

func (o *ListWorks200ResponseMeta) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *ListWorks200ResponseMeta) HasCount() bool

HasCount returns a boolean if a field has been set.

GetDbResponseTimeMs

func (o *ListWorks200ResponseMeta) GetDbResponseTimeMs() int32

GetDbResponseTimeMs returns the DbResponseTimeMs field if non-nil, zero value otherwise.

GetDbResponseTimeMsOk

func (o *ListWorks200ResponseMeta) GetDbResponseTimeMsOk() (*int32, bool)

GetDbResponseTimeMsOk returns a tuple with the DbResponseTimeMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDbResponseTimeMs

func (o *ListWorks200ResponseMeta) SetDbResponseTimeMs(v int32)

SetDbResponseTimeMs sets DbResponseTimeMs field to given value.

HasDbResponseTimeMs

func (o *ListWorks200ResponseMeta) HasDbResponseTimeMs() bool

HasDbResponseTimeMs returns a boolean if a field has been set.

GetPage

func (o *ListWorks200ResponseMeta) GetPage() int32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *ListWorks200ResponseMeta) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPage

func (o *ListWorks200ResponseMeta) SetPage(v int32)

SetPage sets Page field to given value.

HasPage

func (o *ListWorks200ResponseMeta) HasPage() bool

HasPage returns a boolean if a field has been set.

GetPerPage

func (o *ListWorks200ResponseMeta) GetPerPage() int32

GetPerPage returns the PerPage field if non-nil, zero value otherwise.

GetPerPageOk

func (o *ListWorks200ResponseMeta) 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.

SetPerPage

func (o *ListWorks200ResponseMeta) SetPerPage(v int32)

SetPerPage sets PerPage field to given value.

HasPerPage

func (o *ListWorks200ResponseMeta) HasPerPage() bool

HasPerPage returns a boolean if a field has been set.

GetCountNew

func (o *ListWorks200ResponseMeta) GetCountNew() int32

GetCountNew returns the CountNew field if non-nil, zero value otherwise.

GetCountNewOk

func (o *ListWorks200ResponseMeta) GetCountNewOk() (*int32, bool)

GetCountNewOk returns a tuple with the CountNew field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCountNew

func (o *ListWorks200ResponseMeta) SetCountNew(v int32)

SetCountNew sets CountNew field to given value.

HasCountNew

func (o *ListWorks200ResponseMeta) HasCountNew() bool

HasCountNew returns a boolean if a field has been set.

GetCountUpdated

func (o *ListWorks200ResponseMeta) GetCountUpdated() int32

GetCountUpdated returns the CountUpdated field if non-nil, zero value otherwise.

GetCountUpdatedOk

func (o *ListWorks200ResponseMeta) GetCountUpdatedOk() (*int32, bool)

GetCountUpdatedOk returns a tuple with the CountUpdated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCountUpdated

func (o *ListWorks200ResponseMeta) SetCountUpdated(v int32)

SetCountUpdated sets CountUpdated field to given value.

HasCountUpdated

func (o *ListWorks200ResponseMeta) HasCountUpdated() bool

HasCountUpdated returns a boolean if a field has been set.

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