Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.65 KB

GetGroupsRequest.md

File metadata and controls

61 lines (33 loc) · 1.65 KB

GetGroupsRequest

Properties

Name Type Description Notes
Attributes Pointer to string [optional]
ExcludedAttributes Pointer to string [optional]
Filter Pointer to string [optional]

Methods

NewGetGroupsRequest

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.

GetAttributes

func (o *GetGroupsRequest) GetAttributes() string

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

SetAttributes

func (o *GetGroupsRequest) SetAttributes(v string)

SetAttributes sets Attributes field to given value.

GetExcludedAttributes

func (o *GetGroupsRequest) GetExcludedAttributes() string

GetExcludedAttributes returns the ExcludedAttributes field if non-nil, zero value otherwise.

SetExcludedAttributes

func (o *GetGroupsRequest) SetExcludedAttributes(v string)

SetExcludedAttributes sets ExcludedAttributes field to given value.

GetFilter

func (o *GetGroupsRequest) GetFilter() string

GetFilter returns the Filter field if non-nil, zero value otherwise.

SetFilter

func (o *GetGroupsRequest) SetFilter(v string)

SetFilter sets Filter field to given value.

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