Name | Type | Description | Notes |
---|---|---|---|
Groups | string | ||
Techniques | string |
func NewReloadAll200ResponseData(groups string, techniques string, ) *ReloadAll200ResponseData
NewReloadAll200ResponseData instantiates a new ReloadAll200ResponseData 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 NewReloadAll200ResponseDataWithDefaults() *ReloadAll200ResponseData
NewReloadAll200ResponseDataWithDefaults instantiates a new ReloadAll200ResponseData 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 *ReloadAll200ResponseData) GetGroups() string
GetGroups returns the Groups field if non-nil, zero value otherwise.
func (o *ReloadAll200ResponseData) 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 *ReloadAll200ResponseData) SetGroups(v string)
SetGroups sets Groups field to given value.
func (o *ReloadAll200ResponseData) GetTechniques() string
GetTechniques returns the Techniques field if non-nil, zero value otherwise.
func (o *ReloadAll200ResponseData) GetTechniquesOk() (*string, bool)
GetTechniquesOk returns a tuple with the Techniques field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReloadAll200ResponseData) SetTechniques(v string)
SetTechniques sets Techniques field to given value.