| Name | Type | Description | Notes |
|---|---|---|---|
| MemberNames | []string | Member repositories' names |
func NewGroupAttributes(memberNames []string, ) *GroupAttributes
NewGroupAttributes instantiates a new GroupAttributes 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 NewGroupAttributesWithDefaults() *GroupAttributes
NewGroupAttributesWithDefaults instantiates a new GroupAttributes 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
func (o *GroupAttributes) GetMemberNames() []string
GetMemberNames returns the MemberNames field if non-nil, zero value otherwise.
func (o *GroupAttributes) GetMemberNamesOk() (*[]string, bool)
GetMemberNamesOk returns a tuple with the MemberNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupAttributes) SetMemberNames(v []string)
SetMemberNames sets MemberNames field to given value.