Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.29 KB

BuiltInFromGroups.md

File metadata and controls

48 lines (26 loc) · 1.29 KB

BuiltInFromGroups

Properties

Name Type Description Notes
GroupNames Pointer to []string [optional]
Role Pointer to BuiltInRole [optional]

Methods

NewBuiltInFromGroups

func NewBuiltInFromGroups() *BuiltInFromGroups

NewBuiltInFromGroups instantiates a new BuiltInFromGroups 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.

GetGroupNames

func (o *BuiltInFromGroups) GetGroupNames() []string

GetGroupNames returns the GroupNames field if non-nil, zero value otherwise.

SetGroupNames

func (o *BuiltInFromGroups) SetGroupNames(v []string)

SetGroupNames sets GroupNames field to given value.

GetRole

func (o *BuiltInFromGroups) GetRole() BuiltInRole

GetRole returns the Role field if non-nil, zero value otherwise.

SetRole

func (o *BuiltInFromGroups) SetRole(v BuiltInRole)

SetRole sets Role field to given value.

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