func NewGroupShares() *GroupShares
func NewGroupSharesWithDefaults() *GroupShares
func (o *GroupShares) GetId() string
func (o *GroupShares) GetIdOk() (*string, bool)
func (o *GroupShares) SetId(v string)
func (o *GroupShares) HasId() bool
func (o *GroupShares) GetType() Type
func (o *GroupShares) GetTypeOk() (*Type, bool)
func (o *GroupShares) SetType(v Type)
func (o *GroupShares) HasType() bool
func (o *GroupShares) GetHref() string
func (o *GroupShares) GetHrefOk() (*string, bool)
func (o *GroupShares) SetHref(v string)
func (o *GroupShares) HasHref() bool
func (o *GroupShares) GetItems() []GroupShare
func (o *GroupShares) GetItemsOk() (*[]GroupShare, bool)
func (o *GroupShares) SetItems(v []GroupShare)
func (o *GroupShares) HasItems() bool