Name | Type | Description | Notes |
---|---|---|---|
Groups | string |
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
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
func (o *ReloadGroups200ResponseData) GetGroups() string
GetGroups returns the Groups field if non-nil, zero value otherwise.
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.
func (o *ReloadGroups200ResponseData) SetGroups(v string)
SetGroups sets Groups field to given value.