Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.6 KB

ReloadGroups200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.6 KB

ReloadGroups200ResponseData

Properties

Name Type Description Notes
Groups string

Methods

NewReloadGroups200ResponseData

func NewReloadGroups200ResponseData(groups string, ) *ReloadGroups200ResponseData

NewReloadGroups200ResponseData instantiates a new ReloadGroups200ResponseData 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

NewReloadGroups200ResponseDataWithDefaults

func NewReloadGroups200ResponseDataWithDefaults() *ReloadGroups200ResponseData

NewReloadGroups200ResponseDataWithDefaults instantiates a new ReloadGroups200ResponseData 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

GetGroups

func (o *ReloadGroups200ResponseData) GetGroups() string

GetGroups returns the Groups field if non-nil, zero value otherwise.

GetGroupsOk

func (o *ReloadGroups200ResponseData) GetGroupsOk() (*string, bool)

GetGroupsOk returns a tuple with the Groups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGroups

func (o *ReloadGroups200ResponseData) SetGroups(v string)

SetGroups sets Groups field to given value.

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