CreateUpgradePlanResinfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| UpgradeIdList | Pointer to []string | Upgrade ID list | [optional] |
Methods
NewCreateUpgradePlanResinfo
func NewCreateUpgradePlanResinfo() *CreateUpgradePlanResinfo
NewCreateUpgradePlanResinfo instantiates a new CreateUpgradePlanResinfo 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
NewCreateUpgradePlanResinfoWithDefaults
func NewCreateUpgradePlanResinfoWithDefaults() *CreateUpgradePlanResinfo
NewCreateUpgradePlanResinfoWithDefaults instantiates a new CreateUpgradePlanResinfo 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 *CreateUpgradePlanResinfo) GetUpgradeIdList() []string
GetUpgradeIdList returns the UpgradeIdList field if non-nil, zero value otherwise.
GetUpgradeIdListOk
func (o *CreateUpgradePlanResinfo) 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 *CreateUpgradePlanResinfo) SetUpgradeIdList(v []string)
SetUpgradeIdList sets UpgradeIdList field to given value.
HasUpgradeIdList
func (o *CreateUpgradePlanResinfo) HasUpgradeIdList() bool
HasUpgradeIdList returns a boolean if a field has been set.