Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.36 KB

GetGroupRequest.md

File metadata and controls

48 lines (26 loc) · 1.36 KB

GetGroupRequest

Properties

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

Methods

NewGetGroupRequest

func NewGetGroupRequest() *GetGroupRequest

NewGetGroupRequest instantiates a new GetGroupRequest 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 *GetGroupRequest) GetAttributes() string

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

SetAttributes

func (o *GetGroupRequest) SetAttributes(v string)

SetAttributes sets Attributes field to given value.

GetExcludedAttributes

func (o *GetGroupRequest) GetExcludedAttributes() string

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

SetExcludedAttributes

func (o *GetGroupRequest) SetExcludedAttributes(v string)

SetExcludedAttributes sets ExcludedAttributes field to given value.

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