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] |
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
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
func (o *StaticGroupSummary) GetGroupId() string
GetGroupId returns the GroupId field if non-nil, zero value otherwise.
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.
func (o *StaticGroupSummary) SetGroupId(v string)
SetGroupId sets GroupId field to given value.
func (o *StaticGroupSummary) HasGroupId() bool
HasGroupId returns a boolean if a field has been set.
func (o *StaticGroupSummary) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
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.
func (o *StaticGroupSummary) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *StaticGroupSummary) HasGroupName() bool
HasGroupName returns a boolean if a field has been set.
func (o *StaticGroupSummary) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
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.
func (o *StaticGroupSummary) SetSiteId(v string)
SetSiteId sets SiteId field to given value.
func (o *StaticGroupSummary) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.
func (o *StaticGroupSummary) GetCount() int64
GetCount returns the Count field if non-nil, zero value otherwise.
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.
func (o *StaticGroupSummary) SetCount(v int64)
SetCount sets Count field to given value.
func (o *StaticGroupSummary) HasCount() bool
HasCount returns a boolean if a field has been set.