Skip to content

SiteStatisticList

Properties

Name Type Description Notes
OmadaAndSiteIds Pointer to []SiteStatistic Omadac ID and site ID list [optional]

Methods

NewSiteStatisticList

func NewSiteStatisticList() *SiteStatisticList

NewSiteStatisticList instantiates a new SiteStatisticList 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

NewSiteStatisticListWithDefaults

func NewSiteStatisticListWithDefaults() *SiteStatisticList

NewSiteStatisticListWithDefaults instantiates a new SiteStatisticList 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

GetOmadaAndSiteIds

func (o *SiteStatisticList) GetOmadaAndSiteIds() []SiteStatistic

GetOmadaAndSiteIds returns the OmadaAndSiteIds field if non-nil, zero value otherwise.

GetOmadaAndSiteIdsOk

func (o *SiteStatisticList) GetOmadaAndSiteIdsOk() (*[]SiteStatistic, bool)

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

SetOmadaAndSiteIds

func (o *SiteStatisticList) SetOmadaAndSiteIds(v []SiteStatistic)

SetOmadaAndSiteIds sets OmadaAndSiteIds field to given value.

HasOmadaAndSiteIds

func (o *SiteStatisticList) HasOmadaAndSiteIds() bool

HasOmadaAndSiteIds returns a boolean if a field has been set.

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