Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.03 KB

File metadata and controls

186 lines (101 loc) · 6.03 KB

ProjectAnalyticsContentStats

Properties

Name Type Description Notes
TotalPages Pointer to int32 [optional]
AvgWordCount Pointer to float32 [optional]
TotalWords Pointer to int32 [optional]
PagesWithLinks Pointer to int32 [optional]
WordCountDistribution Pointer to map[string]interface{} [optional]
InternalLinkDistribution Pointer to map[string]interface{} [optional]

Methods

NewProjectAnalyticsContentStats

func NewProjectAnalyticsContentStats() *ProjectAnalyticsContentStats

NewProjectAnalyticsContentStats instantiates a new ProjectAnalyticsContentStats 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

NewProjectAnalyticsContentStatsWithDefaults

func NewProjectAnalyticsContentStatsWithDefaults() *ProjectAnalyticsContentStats

NewProjectAnalyticsContentStatsWithDefaults instantiates a new ProjectAnalyticsContentStats 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

GetTotalPages

func (o *ProjectAnalyticsContentStats) GetTotalPages() int32

GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.

GetTotalPagesOk

func (o *ProjectAnalyticsContentStats) GetTotalPagesOk() (*int32, bool)

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

SetTotalPages

func (o *ProjectAnalyticsContentStats) SetTotalPages(v int32)

SetTotalPages sets TotalPages field to given value.

HasTotalPages

func (o *ProjectAnalyticsContentStats) HasTotalPages() bool

HasTotalPages returns a boolean if a field has been set.

GetAvgWordCount

func (o *ProjectAnalyticsContentStats) GetAvgWordCount() float32

GetAvgWordCount returns the AvgWordCount field if non-nil, zero value otherwise.

GetAvgWordCountOk

func (o *ProjectAnalyticsContentStats) GetAvgWordCountOk() (*float32, bool)

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

SetAvgWordCount

func (o *ProjectAnalyticsContentStats) SetAvgWordCount(v float32)

SetAvgWordCount sets AvgWordCount field to given value.

HasAvgWordCount

func (o *ProjectAnalyticsContentStats) HasAvgWordCount() bool

HasAvgWordCount returns a boolean if a field has been set.

GetTotalWords

func (o *ProjectAnalyticsContentStats) GetTotalWords() int32

GetTotalWords returns the TotalWords field if non-nil, zero value otherwise.

GetTotalWordsOk

func (o *ProjectAnalyticsContentStats) GetTotalWordsOk() (*int32, bool)

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

SetTotalWords

func (o *ProjectAnalyticsContentStats) SetTotalWords(v int32)

SetTotalWords sets TotalWords field to given value.

HasTotalWords

func (o *ProjectAnalyticsContentStats) HasTotalWords() bool

HasTotalWords returns a boolean if a field has been set.

GetPagesWithLinks

func (o *ProjectAnalyticsContentStats) GetPagesWithLinks() int32

GetPagesWithLinks returns the PagesWithLinks field if non-nil, zero value otherwise.

GetPagesWithLinksOk

func (o *ProjectAnalyticsContentStats) GetPagesWithLinksOk() (*int32, bool)

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

SetPagesWithLinks

func (o *ProjectAnalyticsContentStats) SetPagesWithLinks(v int32)

SetPagesWithLinks sets PagesWithLinks field to given value.

HasPagesWithLinks

func (o *ProjectAnalyticsContentStats) HasPagesWithLinks() bool

HasPagesWithLinks returns a boolean if a field has been set.

GetWordCountDistribution

func (o *ProjectAnalyticsContentStats) GetWordCountDistribution() map[string]interface{}

GetWordCountDistribution returns the WordCountDistribution field if non-nil, zero value otherwise.

GetWordCountDistributionOk

func (o *ProjectAnalyticsContentStats) GetWordCountDistributionOk() (*map[string]interface{}, bool)

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

SetWordCountDistribution

func (o *ProjectAnalyticsContentStats) SetWordCountDistribution(v map[string]interface{})

SetWordCountDistribution sets WordCountDistribution field to given value.

HasWordCountDistribution

func (o *ProjectAnalyticsContentStats) HasWordCountDistribution() bool

HasWordCountDistribution returns a boolean if a field has been set.

GetInternalLinkDistribution

func (o *ProjectAnalyticsContentStats) GetInternalLinkDistribution() map[string]interface{}

GetInternalLinkDistribution returns the InternalLinkDistribution field if non-nil, zero value otherwise.

GetInternalLinkDistributionOk

func (o *ProjectAnalyticsContentStats) GetInternalLinkDistributionOk() (*map[string]interface{}, bool)

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

SetInternalLinkDistribution

func (o *ProjectAnalyticsContentStats) SetInternalLinkDistribution(v map[string]interface{})

SetInternalLinkDistribution sets InternalLinkDistribution field to given value.

HasInternalLinkDistribution

func (o *ProjectAnalyticsContentStats) HasInternalLinkDistribution() bool

HasInternalLinkDistribution returns a boolean if a field has been set.

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