Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.28 KB

GraphAttributePosixGroupsPosixGroupsInner.md

File metadata and controls

72 lines (39 loc) · 2.28 KB

GraphAttributePosixGroupsPosixGroupsInner

Properties

Name Type Description Notes
Id int32
Name string

Methods

NewGraphAttributePosixGroupsPosixGroupsInner

func NewGraphAttributePosixGroupsPosixGroupsInner(id int32, name string, ) *GraphAttributePosixGroupsPosixGroupsInner

NewGraphAttributePosixGroupsPosixGroupsInner instantiates a new GraphAttributePosixGroupsPosixGroupsInner 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

NewGraphAttributePosixGroupsPosixGroupsInnerWithDefaults

func NewGraphAttributePosixGroupsPosixGroupsInnerWithDefaults() *GraphAttributePosixGroupsPosixGroupsInner

NewGraphAttributePosixGroupsPosixGroupsInnerWithDefaults instantiates a new GraphAttributePosixGroupsPosixGroupsInner 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

GetId

func (o *GraphAttributePosixGroupsPosixGroupsInner) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GraphAttributePosixGroupsPosixGroupsInner) GetIdOk() (*int32, bool)

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

SetId

func (o *GraphAttributePosixGroupsPosixGroupsInner) SetId(v int32)

SetId sets Id field to given value.

GetName

func (o *GraphAttributePosixGroupsPosixGroupsInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GraphAttributePosixGroupsPosixGroupsInner) GetNameOk() (*string, bool)

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

SetName

func (o *GraphAttributePosixGroupsPosixGroupsInner) SetName(v string)

SetName sets Name field to given value.

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