Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.14 KB

ReloadAll200ResponseData.md

File metadata and controls

72 lines (39 loc) · 2.14 KB

ReloadAll200ResponseData

Properties

Name Type Description Notes
Groups string
Techniques string

Methods

NewReloadAll200ResponseData

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

NewReloadAll200ResponseDataWithDefaults

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

GetGroups

func (o *ReloadAll200ResponseData) GetGroups() string

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

GetGroupsOk

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.

SetGroups

func (o *ReloadAll200ResponseData) SetGroups(v string)

SetGroups sets Groups field to given value.

GetTechniques

func (o *ReloadAll200ResponseData) GetTechniques() string

GetTechniques returns the Techniques field if non-nil, zero value otherwise.

GetTechniquesOk

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.

SetTechniques

func (o *ReloadAll200ResponseData) SetTechniques(v string)

SetTechniques sets Techniques field to given value.

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