SiteSummaryStatistic
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SiteStatisticMap | Pointer to map[string]SiteStatisticInfo | [optional] |
Methods
NewSiteSummaryStatistic
func NewSiteSummaryStatistic() *SiteSummaryStatistic
NewSiteSummaryStatistic instantiates a new SiteSummaryStatistic 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
NewSiteSummaryStatisticWithDefaults
func NewSiteSummaryStatisticWithDefaults() *SiteSummaryStatistic
NewSiteSummaryStatisticWithDefaults instantiates a new SiteSummaryStatistic 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
GetSiteStatisticMap
func (o *SiteSummaryStatistic) GetSiteStatisticMap() map[string]SiteStatisticInfo
GetSiteStatisticMap returns the SiteStatisticMap field if non-nil, zero value otherwise.
GetSiteStatisticMapOk
func (o *SiteSummaryStatistic) GetSiteStatisticMapOk() (*map[string]SiteStatisticInfo, bool)
GetSiteStatisticMapOk returns a tuple with the SiteStatisticMap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSiteStatisticMap
func (o *SiteSummaryStatistic) SetSiteStatisticMap(v map[string]SiteStatisticInfo)
SetSiteStatisticMap sets SiteStatisticMap field to given value.
HasSiteStatisticMap
func (o *SiteSummaryStatistic) HasSiteStatisticMap() bool
HasSiteStatisticMap returns a boolean if a field has been set.