| Name | Type | Description | Notes |
|---|---|---|---|
| Page | int32 | ||
| Depth | int32 | ||
| StartRank | int32 | ||
| EndRank | int32 | ||
| RankOffset | int32 |
func NewSeoSerpRankWindow(page int32, depth int32, startRank int32, endRank int32, rankOffset int32, ) *SeoSerpRankWindow
NewSeoSerpRankWindow instantiates a new SeoSerpRankWindow 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 NewSeoSerpRankWindowWithDefaults() *SeoSerpRankWindow
NewSeoSerpRankWindowWithDefaults instantiates a new SeoSerpRankWindow 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 *SeoSerpRankWindow) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *SeoSerpRankWindow) 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 *SeoSerpRankWindow) SetPage(v int32)
SetPage sets Page field to given value.
func (o *SeoSerpRankWindow) GetDepth() int32
GetDepth returns the Depth field if non-nil, zero value otherwise.
func (o *SeoSerpRankWindow) GetDepthOk() (*int32, bool)
GetDepthOk returns a tuple with the Depth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoSerpRankWindow) SetDepth(v int32)
SetDepth sets Depth field to given value.
func (o *SeoSerpRankWindow) GetStartRank() int32
GetStartRank returns the StartRank field if non-nil, zero value otherwise.
func (o *SeoSerpRankWindow) GetStartRankOk() (*int32, bool)
GetStartRankOk returns a tuple with the StartRank field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoSerpRankWindow) SetStartRank(v int32)
SetStartRank sets StartRank field to given value.
func (o *SeoSerpRankWindow) GetEndRank() int32
GetEndRank returns the EndRank field if non-nil, zero value otherwise.
func (o *SeoSerpRankWindow) GetEndRankOk() (*int32, bool)
GetEndRankOk returns a tuple with the EndRank field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoSerpRankWindow) SetEndRank(v int32)
SetEndRank sets EndRank field to given value.
func (o *SeoSerpRankWindow) GetRankOffset() int32
GetRankOffset returns the RankOffset field if non-nil, zero value otherwise.
func (o *SeoSerpRankWindow) GetRankOffsetOk() (*int32, bool)
GetRankOffsetOk returns a tuple with the RankOffset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoSerpRankWindow) SetRankOffset(v int32)
SetRankOffset sets RankOffset field to given value.