Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.99 KB

SoftwareAppsRetryInstallationRequest.md

File metadata and controls

56 lines (31 loc) · 1.99 KB

SoftwareAppsRetryInstallationRequest

Properties

Name Type Description Notes
SystemIds Pointer to []string An array of system IDs to retry the software application installation. [optional]

Methods

NewSoftwareAppsRetryInstallationRequest

func NewSoftwareAppsRetryInstallationRequest() *SoftwareAppsRetryInstallationRequest

NewSoftwareAppsRetryInstallationRequest instantiates a new SoftwareAppsRetryInstallationRequest 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

NewSoftwareAppsRetryInstallationRequestWithDefaults

func NewSoftwareAppsRetryInstallationRequestWithDefaults() *SoftwareAppsRetryInstallationRequest

NewSoftwareAppsRetryInstallationRequestWithDefaults instantiates a new SoftwareAppsRetryInstallationRequest 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

GetSystemIds

func (o *SoftwareAppsRetryInstallationRequest) GetSystemIds() []string

GetSystemIds returns the SystemIds field if non-nil, zero value otherwise.

GetSystemIdsOk

func (o *SoftwareAppsRetryInstallationRequest) GetSystemIdsOk() (*[]string, bool)

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

SetSystemIds

func (o *SoftwareAppsRetryInstallationRequest) SetSystemIds(v []string)

SetSystemIds sets SystemIds field to given value.

HasSystemIds

func (o *SoftwareAppsRetryInstallationRequest) HasSystemIds() bool

HasSystemIds returns a boolean if a field has been set.

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