func NewGroupShare(properties GroupShareProperties, ) *GroupShare
func NewGroupShareWithDefaults() *GroupShare
func (o *GroupShare) GetId() string
func (o *GroupShare) GetIdOk() (*string, bool)
func (o *GroupShare) SetId(v string)
func (o *GroupShare) HasId() bool
func (o *GroupShare) GetType() Type
func (o *GroupShare) GetTypeOk() (*Type, bool)
func (o *GroupShare) SetType(v Type)
func (o *GroupShare) HasType() bool
func (o *GroupShare) GetHref() string
func (o *GroupShare) GetHrefOk() (*string, bool)
func (o *GroupShare) SetHref(v string)
func (o *GroupShare) HasHref() bool
func (o *GroupShare) GetProperties() GroupShareProperties
func (o *GroupShare) GetPropertiesOk() (*GroupShareProperties, bool)
func (o *GroupShare) SetProperties(v GroupShareProperties)