Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.99 KB

App.md

File metadata and controls

72 lines (39 loc) · 1.99 KB

App

Properties

Name Type Description Notes
AppDefinition AppDefinition
AppManifest AppManifest

Methods

NewApp

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

NewAppWithDefaults

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

GetAppDefinition

func (o *App) GetAppDefinition() AppDefinition

GetAppDefinition returns the AppDefinition field if non-nil, zero value otherwise.

GetAppDefinitionOk

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.

SetAppDefinition

func (o *App) SetAppDefinition(v AppDefinition)

SetAppDefinition sets AppDefinition field to given value.

GetAppManifest

func (o *App) GetAppManifest() AppManifest

GetAppManifest returns the AppManifest field if non-nil, zero value otherwise.

GetAppManifestOk

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.

SetAppManifest

func (o *App) SetAppManifest(v AppManifest)

SetAppManifest sets AppManifest field to given value.

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