Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.52 KB

StaticGroupSummary.md

File metadata and controls

134 lines (73 loc) · 3.52 KB

StaticGroupSummary

Properties

Name Type Description Notes
GroupId Pointer to string [optional]
GroupName Pointer to string [optional]
SiteId Pointer to string [optional]
Count Pointer to int64 membership count [optional]

Methods

NewStaticGroupSummary

func NewStaticGroupSummary() *StaticGroupSummary

NewStaticGroupSummary instantiates a new StaticGroupSummary 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

NewStaticGroupSummaryWithDefaults

func NewStaticGroupSummaryWithDefaults() *StaticGroupSummary

NewStaticGroupSummaryWithDefaults instantiates a new StaticGroupSummary 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

GetGroupId

func (o *StaticGroupSummary) GetGroupId() string

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

func (o *StaticGroupSummary) GetGroupIdOk() (*string, bool)

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

SetGroupId

func (o *StaticGroupSummary) SetGroupId(v string)

SetGroupId sets GroupId field to given value.

HasGroupId

func (o *StaticGroupSummary) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

GetGroupName

func (o *StaticGroupSummary) GetGroupName() string

GetGroupName returns the GroupName field if non-nil, zero value otherwise.

GetGroupNameOk

func (o *StaticGroupSummary) GetGroupNameOk() (*string, bool)

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

SetGroupName

func (o *StaticGroupSummary) SetGroupName(v string)

SetGroupName sets GroupName field to given value.

HasGroupName

func (o *StaticGroupSummary) HasGroupName() bool

HasGroupName returns a boolean if a field has been set.

GetSiteId

func (o *StaticGroupSummary) GetSiteId() string

GetSiteId returns the SiteId field if non-nil, zero value otherwise.

GetSiteIdOk

func (o *StaticGroupSummary) 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 *StaticGroupSummary) SetSiteId(v string)

SetSiteId sets SiteId field to given value.

HasSiteId

func (o *StaticGroupSummary) HasSiteId() bool

HasSiteId returns a boolean if a field has been set.

GetCount

func (o *StaticGroupSummary) GetCount() int64

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *StaticGroupSummary) GetCountOk() (*int64, bool)

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

SetCount

func (o *StaticGroupSummary) SetCount(v int64)

SetCount sets Count field to given value.

HasCount

func (o *StaticGroupSummary) HasCount() bool

HasCount returns a boolean if a field has been set.

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