Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.26 KB

UpgradeToLatestSchemaVersion200ResponseAdditionalInformation.md

File metadata and controls

56 lines (31 loc) · 2.26 KB

UpgradeToLatestSchemaVersion200ResponseAdditionalInformation

Properties

Name Type Description Notes
ToVersion Pointer to int32 [optional]

Methods

NewUpgradeToLatestSchemaVersion200ResponseAdditionalInformation

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

NewUpgradeToLatestSchemaVersion200ResponseAdditionalInformationWithDefaults

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

GetToVersion

func (o *UpgradeToLatestSchemaVersion200ResponseAdditionalInformation) GetToVersion() int32

GetToVersion returns the ToVersion field if non-nil, zero value otherwise.

GetToVersionOk

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.

SetToVersion

func (o *UpgradeToLatestSchemaVersion200ResponseAdditionalInformation) SetToVersion(v int32)

SetToVersion sets ToVersion field to given value.

HasToVersion

func (o *UpgradeToLatestSchemaVersion200ResponseAdditionalInformation) HasToVersion() bool

HasToVersion returns a boolean if a field has been set.

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