Name | Type | Description | Notes |
---|---|---|---|
ToVersion | Pointer to int32 | [optional] |
func NewUpgradeToLatestSchemaVersion200ResponseAdditionalInformation() *UpgradeToLatestSchemaVersion200ResponseAdditionalInformation
NewUpgradeToLatestSchemaVersion200ResponseAdditionalInformation instantiates a new UpgradeToLatestSchemaVersion200ResponseAdditionalInformation 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
func NewUpgradeToLatestSchemaVersion200ResponseAdditionalInformationWithDefaults() *UpgradeToLatestSchemaVersion200ResponseAdditionalInformation
NewUpgradeToLatestSchemaVersion200ResponseAdditionalInformationWithDefaults instantiates a new UpgradeToLatestSchemaVersion200ResponseAdditionalInformation 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
func (o *UpgradeToLatestSchemaVersion200ResponseAdditionalInformation) GetToVersion() int32
GetToVersion returns the ToVersion field if non-nil, zero value otherwise.
func (o *UpgradeToLatestSchemaVersion200ResponseAdditionalInformation) GetToVersionOk() (*int32, bool)
GetToVersionOk returns a tuple with the ToVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpgradeToLatestSchemaVersion200ResponseAdditionalInformation) SetToVersion(v int32)
SetToVersion sets ToVersion field to given value.
func (o *UpgradeToLatestSchemaVersion200ResponseAdditionalInformation) HasToVersion() bool
HasToVersion returns a boolean if a field has been set.