PlanUpgradeModelInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ModelList | Pointer to []ModelUpgradeInfo | [optional] |
Methods
NewPlanUpgradeModelInfo
func NewPlanUpgradeModelInfo() *PlanUpgradeModelInfo
NewPlanUpgradeModelInfo instantiates a new PlanUpgradeModelInfo 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
NewPlanUpgradeModelInfoWithDefaults
func NewPlanUpgradeModelInfoWithDefaults() *PlanUpgradeModelInfo
NewPlanUpgradeModelInfoWithDefaults instantiates a new PlanUpgradeModelInfo 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
GetModelList
func (o *PlanUpgradeModelInfo) GetModelList() []ModelUpgradeInfo
GetModelList returns the ModelList field if non-nil, zero value otherwise.
GetModelListOk
func (o *PlanUpgradeModelInfo) GetModelListOk() (*[]ModelUpgradeInfo, bool)
GetModelListOk returns a tuple with the ModelList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModelList
func (o *PlanUpgradeModelInfo) SetModelList(v []ModelUpgradeInfo)
SetModelList sets ModelList field to given value.
HasModelList
func (o *PlanUpgradeModelInfo) HasModelList() bool
HasModelList returns a boolean if a field has been set.