Name | Type | Description | Notes |
---|---|---|---|
Full | Pointer to string | [optional] | |
Groups | Pointer to string | [optional] | |
Rules | Pointer to string | [optional] | |
Directive | Pointer to string | [optional] | |
Parameters | Pointer to string | [optional] |
func NewRestoreArchive200ResponseData() *RestoreArchive200ResponseData
NewRestoreArchive200ResponseData instantiates a new RestoreArchive200ResponseData 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 NewRestoreArchive200ResponseDataWithDefaults() *RestoreArchive200ResponseData
NewRestoreArchive200ResponseDataWithDefaults instantiates a new RestoreArchive200ResponseData 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 *RestoreArchive200ResponseData) GetFull() string
GetFull returns the Full field if non-nil, zero value otherwise.
func (o *RestoreArchive200ResponseData) GetFullOk() (*string, bool)
GetFullOk returns a tuple with the Full field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreArchive200ResponseData) SetFull(v string)
SetFull sets Full field to given value.
func (o *RestoreArchive200ResponseData) HasFull() bool
HasFull returns a boolean if a field has been set.
func (o *RestoreArchive200ResponseData) GetGroups() string
GetGroups returns the Groups field if non-nil, zero value otherwise.
func (o *RestoreArchive200ResponseData) 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 *RestoreArchive200ResponseData) SetGroups(v string)
SetGroups sets Groups field to given value.
func (o *RestoreArchive200ResponseData) HasGroups() bool
HasGroups returns a boolean if a field has been set.
func (o *RestoreArchive200ResponseData) GetRules() string
GetRules returns the Rules field if non-nil, zero value otherwise.
func (o *RestoreArchive200ResponseData) GetRulesOk() (*string, bool)
GetRulesOk returns a tuple with the Rules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreArchive200ResponseData) SetRules(v string)
SetRules sets Rules field to given value.
func (o *RestoreArchive200ResponseData) HasRules() bool
HasRules returns a boolean if a field has been set.
func (o *RestoreArchive200ResponseData) GetDirective() string
GetDirective returns the Directive field if non-nil, zero value otherwise.
func (o *RestoreArchive200ResponseData) GetDirectiveOk() (*string, bool)
GetDirectiveOk returns a tuple with the Directive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreArchive200ResponseData) SetDirective(v string)
SetDirective sets Directive field to given value.
func (o *RestoreArchive200ResponseData) HasDirective() bool
HasDirective returns a boolean if a field has been set.
func (o *RestoreArchive200ResponseData) GetParameters() string
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *RestoreArchive200ResponseData) GetParametersOk() (*string, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreArchive200ResponseData) SetParameters(v string)
SetParameters sets Parameters field to given value.
func (o *RestoreArchive200ResponseData) HasParameters() bool
HasParameters returns a boolean if a field has been set.