Skip to content

CreateFailedDeviceUpgradePlan

Properties

Name Type Description Notes
UpgradeIdList Pointer to []string Upgrade ID list [optional]

Methods

NewCreateFailedDeviceUpgradePlan

func NewCreateFailedDeviceUpgradePlan() *CreateFailedDeviceUpgradePlan

NewCreateFailedDeviceUpgradePlan instantiates a new CreateFailedDeviceUpgradePlan 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

NewCreateFailedDeviceUpgradePlanWithDefaults

func NewCreateFailedDeviceUpgradePlanWithDefaults() *CreateFailedDeviceUpgradePlan

NewCreateFailedDeviceUpgradePlanWithDefaults instantiates a new CreateFailedDeviceUpgradePlan 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

GetUpgradeIdList

func (o *CreateFailedDeviceUpgradePlan) GetUpgradeIdList() []string

GetUpgradeIdList returns the UpgradeIdList field if non-nil, zero value otherwise.

GetUpgradeIdListOk

func (o *CreateFailedDeviceUpgradePlan) GetUpgradeIdListOk() (*[]string, bool)

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

SetUpgradeIdList

func (o *CreateFailedDeviceUpgradePlan) SetUpgradeIdList(v []string)

SetUpgradeIdList sets UpgradeIdList field to given value.

HasUpgradeIdList

func (o *CreateFailedDeviceUpgradePlan) HasUpgradeIdList() bool

HasUpgradeIdList returns a boolean if a field has been set.

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