Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.48 KB

RestoreArchive200ResponseData.md

File metadata and controls

160 lines (87 loc) · 4.48 KB

RestoreArchive200ResponseData

Properties

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]

Methods

NewRestoreArchive200ResponseData

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

NewRestoreArchive200ResponseDataWithDefaults

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

GetFull

func (o *RestoreArchive200ResponseData) GetFull() string

GetFull returns the Full field if non-nil, zero value otherwise.

GetFullOk

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.

SetFull

func (o *RestoreArchive200ResponseData) SetFull(v string)

SetFull sets Full field to given value.

HasFull

func (o *RestoreArchive200ResponseData) HasFull() bool

HasFull returns a boolean if a field has been set.

GetGroups

func (o *RestoreArchive200ResponseData) GetGroups() string

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

GetGroupsOk

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.

SetGroups

func (o *RestoreArchive200ResponseData) SetGroups(v string)

SetGroups sets Groups field to given value.

HasGroups

func (o *RestoreArchive200ResponseData) HasGroups() bool

HasGroups returns a boolean if a field has been set.

GetRules

func (o *RestoreArchive200ResponseData) GetRules() string

GetRules returns the Rules field if non-nil, zero value otherwise.

GetRulesOk

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.

SetRules

func (o *RestoreArchive200ResponseData) SetRules(v string)

SetRules sets Rules field to given value.

HasRules

func (o *RestoreArchive200ResponseData) HasRules() bool

HasRules returns a boolean if a field has been set.

GetDirective

func (o *RestoreArchive200ResponseData) GetDirective() string

GetDirective returns the Directive field if non-nil, zero value otherwise.

GetDirectiveOk

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.

SetDirective

func (o *RestoreArchive200ResponseData) SetDirective(v string)

SetDirective sets Directive field to given value.

HasDirective

func (o *RestoreArchive200ResponseData) HasDirective() bool

HasDirective returns a boolean if a field has been set.

GetParameters

func (o *RestoreArchive200ResponseData) GetParameters() string

GetParameters returns the Parameters field if non-nil, zero value otherwise.

GetParametersOk

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.

SetParameters

func (o *RestoreArchive200ResponseData) SetParameters(v string)

SetParameters sets Parameters field to given value.

HasParameters

func (o *RestoreArchive200ResponseData) HasParameters() bool

HasParameters returns a boolean if a field has been set.

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