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] |
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
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
func (o *ListWorks200ResponseMeta) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseMeta) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ListWorks200ResponseMeta) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *ListWorks200ResponseMeta) GetDbResponseTimeMs() int32
GetDbResponseTimeMs returns the DbResponseTimeMs field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseMeta) SetDbResponseTimeMs(v int32)
SetDbResponseTimeMs sets DbResponseTimeMs field to given value.
func (o *ListWorks200ResponseMeta) HasDbResponseTimeMs() bool
HasDbResponseTimeMs returns a boolean if a field has been set.
func (o *ListWorks200ResponseMeta) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseMeta) SetPage(v int32)
SetPage sets Page field to given value.
func (o *ListWorks200ResponseMeta) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *ListWorks200ResponseMeta) GetPerPage() int32
GetPerPage returns the PerPage field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseMeta) SetPerPage(v int32)
SetPerPage sets PerPage field to given value.
func (o *ListWorks200ResponseMeta) HasPerPage() bool
HasPerPage returns a boolean if a field has been set.
func (o *ListWorks200ResponseMeta) GetCountNew() int32
GetCountNew returns the CountNew field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseMeta) SetCountNew(v int32)
SetCountNew sets CountNew field to given value.
func (o *ListWorks200ResponseMeta) HasCountNew() bool
HasCountNew returns a boolean if a field has been set.
func (o *ListWorks200ResponseMeta) GetCountUpdated() int32
GetCountUpdated returns the CountUpdated field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseMeta) SetCountUpdated(v int32)
SetCountUpdated sets CountUpdated field to given value.
func (o *ListWorks200ResponseMeta) HasCountUpdated() bool
HasCountUpdated returns a boolean if a field has been set.