Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.48 KB

File metadata and controls

82 lines (45 loc) · 2.48 KB

GetStatusAppdata2XXResponse

Properties

Name Type Description Notes
AppData Pointer to bool [optional]
AppDataPath Pointer to string [optional]

Methods

NewGetStatusAppdata2XXResponse

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

NewGetStatusAppdata2XXResponseWithDefaults

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

GetAppData

func (o *GetStatusAppdata2XXResponse) GetAppData() bool

GetAppData returns the AppData field if non-nil, zero value otherwise.

GetAppDataOk

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.

SetAppData

func (o *GetStatusAppdata2XXResponse) SetAppData(v bool)

SetAppData sets AppData field to given value.

HasAppData

func (o *GetStatusAppdata2XXResponse) HasAppData() bool

HasAppData returns a boolean if a field has been set.

GetAppDataPath

func (o *GetStatusAppdata2XXResponse) GetAppDataPath() string

GetAppDataPath returns the AppDataPath field if non-nil, zero value otherwise.

GetAppDataPathOk

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.

SetAppDataPath

func (o *GetStatusAppdata2XXResponse) SetAppDataPath(v string)

SetAppDataPath sets AppDataPath field to given value.

HasAppDataPath

func (o *GetStatusAppdata2XXResponse) HasAppDataPath() bool

HasAppDataPath returns a boolean if a field has been set.

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