| Name | Type | Description | Notes |
|---|---|---|---|
| AppData | Pointer to bool | [optional] | |
| AppDataPath | Pointer to string | [optional] |
func NewGetStatusAppdata2XXResponse() *GetStatusAppdata2XXResponse
NewGetStatusAppdata2XXResponse instantiates a new GetStatusAppdata2XXResponse 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 NewGetStatusAppdata2XXResponseWithDefaults() *GetStatusAppdata2XXResponse
NewGetStatusAppdata2XXResponseWithDefaults instantiates a new GetStatusAppdata2XXResponse 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 *GetStatusAppdata2XXResponse) GetAppData() bool
GetAppData returns the AppData field if non-nil, zero value otherwise.
func (o *GetStatusAppdata2XXResponse) GetAppDataOk() (*bool, bool)
GetAppDataOk returns a tuple with the AppData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStatusAppdata2XXResponse) SetAppData(v bool)
SetAppData sets AppData field to given value.
func (o *GetStatusAppdata2XXResponse) HasAppData() bool
HasAppData returns a boolean if a field has been set.
func (o *GetStatusAppdata2XXResponse) GetAppDataPath() string
GetAppDataPath returns the AppDataPath field if non-nil, zero value otherwise.
func (o *GetStatusAppdata2XXResponse) GetAppDataPathOk() (*string, bool)
GetAppDataPathOk returns a tuple with the AppDataPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStatusAppdata2XXResponse) SetAppDataPath(v string)
SetAppDataPath sets AppDataPath field to given value.
func (o *GetStatusAppdata2XXResponse) HasAppDataPath() bool
HasAppDataPath returns a boolean if a field has been set.