Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.5 KB

File metadata and controls

135 lines (72 loc) · 3.5 KB

SeoSerpRankWindow

Properties

Name Type Description Notes
Page int32
Depth int32
StartRank int32
EndRank int32
RankOffset int32

Methods

NewSeoSerpRankWindow

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

NewSeoSerpRankWindowWithDefaults

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

GetPage

func (o *SeoSerpRankWindow) GetPage() int32

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

GetPageOk

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.

SetPage

func (o *SeoSerpRankWindow) SetPage(v int32)

SetPage sets Page field to given value.

GetDepth

func (o *SeoSerpRankWindow) GetDepth() int32

GetDepth returns the Depth field if non-nil, zero value otherwise.

GetDepthOk

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.

SetDepth

func (o *SeoSerpRankWindow) SetDepth(v int32)

SetDepth sets Depth field to given value.

GetStartRank

func (o *SeoSerpRankWindow) GetStartRank() int32

GetStartRank returns the StartRank field if non-nil, zero value otherwise.

GetStartRankOk

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.

SetStartRank

func (o *SeoSerpRankWindow) SetStartRank(v int32)

SetStartRank sets StartRank field to given value.

GetEndRank

func (o *SeoSerpRankWindow) GetEndRank() int32

GetEndRank returns the EndRank field if non-nil, zero value otherwise.

GetEndRankOk

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.

SetEndRank

func (o *SeoSerpRankWindow) SetEndRank(v int32)

SetEndRank sets EndRank field to given value.

GetRankOffset

func (o *SeoSerpRankWindow) GetRankOffset() int32

GetRankOffset returns the RankOffset field if non-nil, zero value otherwise.

GetRankOffsetOk

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.

SetRankOffset

func (o *SeoSerpRankWindow) SetRankOffset(v int32)

SetRankOffset sets RankOffset field to given value.

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