Name | Type | Description | Notes |
---|---|---|---|
AppDefinition | AppDefinition | ||
AppManifest | AppManifest |
func NewApp(appDefinition AppDefinition, appManifest AppManifest, ) *App
NewApp instantiates a new App 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 NewAppWithDefaults() *App
NewAppWithDefaults instantiates a new App 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 *App) GetAppDefinition() AppDefinition
GetAppDefinition returns the AppDefinition field if non-nil, zero value otherwise.
func (o *App) GetAppDefinitionOk() (*AppDefinition, bool)
GetAppDefinitionOk returns a tuple with the AppDefinition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *App) SetAppDefinition(v AppDefinition)
SetAppDefinition sets AppDefinition field to given value.
func (o *App) GetAppManifest() AppManifest
GetAppManifest returns the AppManifest field if non-nil, zero value otherwise.
func (o *App) GetAppManifestOk() (*AppManifest, bool)
GetAppManifestOk returns a tuple with the AppManifest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *App) SetAppManifest(v AppManifest)
SetAppManifest sets AppManifest field to given value.