Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.97 KB

GraphAttributePosixGroups.md

File metadata and controls

56 lines (31 loc) · 1.97 KB

GraphAttributePosixGroups

Properties

Name Type Description Notes
PosixGroups Pointer to []GraphAttributePosixGroupsPosixGroupsInner [optional]

Methods

NewGraphAttributePosixGroups

func NewGraphAttributePosixGroups() *GraphAttributePosixGroups

NewGraphAttributePosixGroups instantiates a new GraphAttributePosixGroups 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

NewGraphAttributePosixGroupsWithDefaults

func NewGraphAttributePosixGroupsWithDefaults() *GraphAttributePosixGroups

NewGraphAttributePosixGroupsWithDefaults instantiates a new GraphAttributePosixGroups 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

GetPosixGroups

func (o *GraphAttributePosixGroups) GetPosixGroups() []GraphAttributePosixGroupsPosixGroupsInner

GetPosixGroups returns the PosixGroups field if non-nil, zero value otherwise.

GetPosixGroupsOk

func (o *GraphAttributePosixGroups) GetPosixGroupsOk() (*[]GraphAttributePosixGroupsPosixGroupsInner, bool)

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

SetPosixGroups

func (o *GraphAttributePosixGroups) SetPosixGroups(v []GraphAttributePosixGroupsPosixGroupsInner)

SetPosixGroups sets PosixGroups field to given value.

HasPosixGroups

func (o *GraphAttributePosixGroups) HasPosixGroups() bool

HasPosixGroups returns a boolean if a field has been set.

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