SiteStatistic
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| OmadacId | string | Omadac ID | |
| SiteId | string | Site ID |
Methods
NewSiteStatistic
func NewSiteStatistic(omadacId string, siteId string, ) *SiteStatistic
NewSiteStatistic instantiates a new SiteStatistic 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
NewSiteStatisticWithDefaults
func NewSiteStatisticWithDefaults() *SiteStatistic
NewSiteStatisticWithDefaults instantiates a new SiteStatistic 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
GetOmadacId
func (o *SiteStatistic) GetOmadacId() string
GetOmadacId returns the OmadacId field if non-nil, zero value otherwise.
GetOmadacIdOk
func (o *SiteStatistic) GetOmadacIdOk() (*string, bool)
GetOmadacIdOk returns a tuple with the OmadacId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOmadacId
func (o *SiteStatistic) SetOmadacId(v string)
SetOmadacId sets OmadacId field to given value.
GetSiteId
func (o *SiteStatistic) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
GetSiteIdOk
func (o *SiteStatistic) GetSiteIdOk() (*string, bool)
GetSiteIdOk returns a tuple with the SiteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSiteId
func (o *SiteStatistic) SetSiteId(v string)
SetSiteId sets SiteId field to given value.