Name | Type | Description | Notes |
---|---|---|---|
Attributes | Pointer to string | [optional] | |
ExcludedAttributes | Pointer to string | [optional] | |
Filter | Pointer to string | [optional] |
func NewGetGroupsRequest() *GetGroupsRequest
NewGetGroupsRequest instantiates a new GetGroupsRequest 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 *GetGroupsRequest) GetAttributes() string
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *GetGroupsRequest) SetAttributes(v string)
SetAttributes sets Attributes field to given value.
func (o *GetGroupsRequest) GetExcludedAttributes() string
GetExcludedAttributes returns the ExcludedAttributes field if non-nil, zero value otherwise.
func (o *GetGroupsRequest) SetExcludedAttributes(v string)
SetExcludedAttributes sets ExcludedAttributes field to given value.
func (o *GetGroupsRequest) GetFilter() string
GetFilter returns the Filter field if non-nil, zero value otherwise.
func (o *GetGroupsRequest) SetFilter(v string)
SetFilter sets Filter field to given value.