Skip to content

Latest commit

 

History

History
140 lines (75 loc) · 4.16 KB

File metadata and controls

140 lines (75 loc) · 4.16 KB

GeoMentionsTopPagesResponse

Properties

Name Type Description Notes
Engine GeoEngine
Location string
Language string
Totals Pointer to GeoMentionBreakdown [optional]
Results []GeoMentionItem Top cited pages, one billable record each, with per-dimension breakdowns.

Methods

NewGeoMentionsTopPagesResponse

func NewGeoMentionsTopPagesResponse(engine GeoEngine, location string, language string, results []GeoMentionItem, ) *GeoMentionsTopPagesResponse

NewGeoMentionsTopPagesResponse instantiates a new GeoMentionsTopPagesResponse 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

NewGeoMentionsTopPagesResponseWithDefaults

func NewGeoMentionsTopPagesResponseWithDefaults() *GeoMentionsTopPagesResponse

NewGeoMentionsTopPagesResponseWithDefaults instantiates a new GeoMentionsTopPagesResponse 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

GetEngine

func (o *GeoMentionsTopPagesResponse) GetEngine() GeoEngine

GetEngine returns the Engine field if non-nil, zero value otherwise.

GetEngineOk

func (o *GeoMentionsTopPagesResponse) GetEngineOk() (*GeoEngine, bool)

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

SetEngine

func (o *GeoMentionsTopPagesResponse) SetEngine(v GeoEngine)

SetEngine sets Engine field to given value.

GetLocation

func (o *GeoMentionsTopPagesResponse) GetLocation() string

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

func (o *GeoMentionsTopPagesResponse) GetLocationOk() (*string, bool)

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

SetLocation

func (o *GeoMentionsTopPagesResponse) SetLocation(v string)

SetLocation sets Location field to given value.

GetLanguage

func (o *GeoMentionsTopPagesResponse) GetLanguage() string

GetLanguage returns the Language field if non-nil, zero value otherwise.

GetLanguageOk

func (o *GeoMentionsTopPagesResponse) GetLanguageOk() (*string, bool)

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

SetLanguage

func (o *GeoMentionsTopPagesResponse) SetLanguage(v string)

SetLanguage sets Language field to given value.

GetTotals

func (o *GeoMentionsTopPagesResponse) GetTotals() GeoMentionBreakdown

GetTotals returns the Totals field if non-nil, zero value otherwise.

GetTotalsOk

func (o *GeoMentionsTopPagesResponse) GetTotalsOk() (*GeoMentionBreakdown, bool)

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

SetTotals

func (o *GeoMentionsTopPagesResponse) SetTotals(v GeoMentionBreakdown)

SetTotals sets Totals field to given value.

HasTotals

func (o *GeoMentionsTopPagesResponse) HasTotals() bool

HasTotals returns a boolean if a field has been set.

GetResults

func (o *GeoMentionsTopPagesResponse) GetResults() []GeoMentionItem

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *GeoMentionsTopPagesResponse) GetResultsOk() (*[]GeoMentionItem, bool)

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

SetResults

func (o *GeoMentionsTopPagesResponse) SetResults(v []GeoMentionItem)

SetResults sets Results field to given value.

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