| 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] |
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
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
func (o *ProjectAnalyticsContentStats) GetTotalPages() int32
GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.
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.
func (o *ProjectAnalyticsContentStats) SetTotalPages(v int32)
SetTotalPages sets TotalPages field to given value.
func (o *ProjectAnalyticsContentStats) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (o *ProjectAnalyticsContentStats) GetAvgWordCount() float32
GetAvgWordCount returns the AvgWordCount field if non-nil, zero value otherwise.
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.
func (o *ProjectAnalyticsContentStats) SetAvgWordCount(v float32)
SetAvgWordCount sets AvgWordCount field to given value.
func (o *ProjectAnalyticsContentStats) HasAvgWordCount() bool
HasAvgWordCount returns a boolean if a field has been set.
func (o *ProjectAnalyticsContentStats) GetTotalWords() int32
GetTotalWords returns the TotalWords field if non-nil, zero value otherwise.
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.
func (o *ProjectAnalyticsContentStats) SetTotalWords(v int32)
SetTotalWords sets TotalWords field to given value.
func (o *ProjectAnalyticsContentStats) HasTotalWords() bool
HasTotalWords returns a boolean if a field has been set.
func (o *ProjectAnalyticsContentStats) GetPagesWithLinks() int32
GetPagesWithLinks returns the PagesWithLinks field if non-nil, zero value otherwise.
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.
func (o *ProjectAnalyticsContentStats) SetPagesWithLinks(v int32)
SetPagesWithLinks sets PagesWithLinks field to given value.
func (o *ProjectAnalyticsContentStats) HasPagesWithLinks() bool
HasPagesWithLinks returns a boolean if a field has been set.
func (o *ProjectAnalyticsContentStats) GetWordCountDistribution() map[string]interface{}
GetWordCountDistribution returns the WordCountDistribution field if non-nil, zero value otherwise.
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.
func (o *ProjectAnalyticsContentStats) SetWordCountDistribution(v map[string]interface{})
SetWordCountDistribution sets WordCountDistribution field to given value.
func (o *ProjectAnalyticsContentStats) HasWordCountDistribution() bool
HasWordCountDistribution returns a boolean if a field has been set.
func (o *ProjectAnalyticsContentStats) GetInternalLinkDistribution() map[string]interface{}
GetInternalLinkDistribution returns the InternalLinkDistribution field if non-nil, zero value otherwise.
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.
func (o *ProjectAnalyticsContentStats) SetInternalLinkDistribution(v map[string]interface{})
SetInternalLinkDistribution sets InternalLinkDistribution field to given value.
func (o *ProjectAnalyticsContentStats) HasInternalLinkDistribution() bool
HasInternalLinkDistribution returns a boolean if a field has been set.