Name | Type | Description | Notes |
---|---|---|---|
GroupNames | Pointer to []string | [optional] | |
Role | Pointer to BuiltInRole | [optional] |
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.
func (o *BuiltInFromGroups) GetGroupNames() []string
GetGroupNames returns the GroupNames field if non-nil, zero value otherwise.
func (o *BuiltInFromGroups) SetGroupNames(v []string)
SetGroupNames sets GroupNames field to given value.
func (o *BuiltInFromGroups) GetRole() BuiltInRole
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *BuiltInFromGroups) SetRole(v BuiltInRole)
SetRole sets Role field to given value.