Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.57 KB

InstallNetworkSmDeviceAppsRequest.md

File metadata and controls

77 lines (42 loc) · 2.57 KB

InstallNetworkSmDeviceAppsRequest

Properties

Name Type Description Notes
AppIds []string ids of applications to be installed
Force Pointer to bool By default, installation of an app which is believed to already be present on the device will be skipped. If you'd like to force the installation of the app, set this parameter to true. [optional]

Methods

NewInstallNetworkSmDeviceAppsRequest

func NewInstallNetworkSmDeviceAppsRequest(appIds []string, ) *InstallNetworkSmDeviceAppsRequest

NewInstallNetworkSmDeviceAppsRequest instantiates a new InstallNetworkSmDeviceAppsRequest 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

NewInstallNetworkSmDeviceAppsRequestWithDefaults

func NewInstallNetworkSmDeviceAppsRequestWithDefaults() *InstallNetworkSmDeviceAppsRequest

NewInstallNetworkSmDeviceAppsRequestWithDefaults instantiates a new InstallNetworkSmDeviceAppsRequest 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

GetAppIds

func (o *InstallNetworkSmDeviceAppsRequest) GetAppIds() []string

GetAppIds returns the AppIds field if non-nil, zero value otherwise.

GetAppIdsOk

func (o *InstallNetworkSmDeviceAppsRequest) GetAppIdsOk() (*[]string, bool)

GetAppIdsOk returns a tuple with the AppIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAppIds

func (o *InstallNetworkSmDeviceAppsRequest) SetAppIds(v []string)

SetAppIds sets AppIds field to given value.

GetForce

func (o *InstallNetworkSmDeviceAppsRequest) GetForce() bool

GetForce returns the Force field if non-nil, zero value otherwise.

GetForceOk

func (o *InstallNetworkSmDeviceAppsRequest) GetForceOk() (*bool, bool)

GetForceOk returns a tuple with the Force field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetForce

func (o *InstallNetworkSmDeviceAppsRequest) SetForce(v bool)

SetForce sets Force field to given value.

HasForce

func (o *InstallNetworkSmDeviceAppsRequest) HasForce() bool

HasForce returns a boolean if a field has been set.

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