Name | Type | Description | Notes |
---|---|---|---|
Skip | Pointer to int32 | [optional] | |
Limit | Pointer to int32 | [optional] | |
Count | Pointer to int32 | [optional] | |
ObjectType | Pointer to string | [optional] |
func NewPage() *Page
NewPage instantiates a new Page 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 NewPageWithDefaults() *Page
NewPageWithDefaults instantiates a new Page 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 *Page) GetSkip() int32
GetSkip returns the Skip field if non-nil, zero value otherwise.
func (o *Page) GetSkipOk() (*int32, bool)
GetSkipOk returns a tuple with the Skip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Page) SetSkip(v int32)
SetSkip sets Skip field to given value.
func (o *Page) HasSkip() bool
HasSkip returns a boolean if a field has been set.
func (o *Page) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *Page) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Page) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *Page) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *Page) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *Page) 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 *Page) SetCount(v int32)
SetCount sets Count field to given value.
func (o *Page) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *Page) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *Page) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Page) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *Page) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.