UpgradeSettingTryBetaChannel
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Channel | int32 | Channel should be a value as follows: 0:Stable; 1:Release Candidate; 2:Beta |
Methods
NewUpgradeSettingTryBetaChannel
func NewUpgradeSettingTryBetaChannel(channel int32, ) *UpgradeSettingTryBetaChannel
NewUpgradeSettingTryBetaChannel instantiates a new UpgradeSettingTryBetaChannel 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
NewUpgradeSettingTryBetaChannelWithDefaults
func NewUpgradeSettingTryBetaChannelWithDefaults() *UpgradeSettingTryBetaChannel
NewUpgradeSettingTryBetaChannelWithDefaults instantiates a new UpgradeSettingTryBetaChannel 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
GetChannel
func (o *UpgradeSettingTryBetaChannel) GetChannel() int32
GetChannel returns the Channel field if non-nil, zero value otherwise.
GetChannelOk
func (o *UpgradeSettingTryBetaChannel) GetChannelOk() (*int32, bool)
GetChannelOk returns a tuple with the Channel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannel
func (o *UpgradeSettingTryBetaChannel) SetChannel(v int32)
SetChannel sets Channel field to given value.