Name | Type | Description | Notes |
---|---|---|---|
TargetVersion | Pointer to int32 | [optional] |
func NewUpgradeSchemaVersion200ResponseAdditionalInformation() *UpgradeSchemaVersion200ResponseAdditionalInformation
NewUpgradeSchemaVersion200ResponseAdditionalInformation instantiates a new UpgradeSchemaVersion200ResponseAdditionalInformation 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 NewUpgradeSchemaVersion200ResponseAdditionalInformationWithDefaults() *UpgradeSchemaVersion200ResponseAdditionalInformation
NewUpgradeSchemaVersion200ResponseAdditionalInformationWithDefaults instantiates a new UpgradeSchemaVersion200ResponseAdditionalInformation 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 *UpgradeSchemaVersion200ResponseAdditionalInformation) GetTargetVersion() int32
GetTargetVersion returns the TargetVersion field if non-nil, zero value otherwise.
func (o *UpgradeSchemaVersion200ResponseAdditionalInformation) GetTargetVersionOk() (*int32, bool)
GetTargetVersionOk returns a tuple with the TargetVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpgradeSchemaVersion200ResponseAdditionalInformation) SetTargetVersion(v int32)
SetTargetVersion sets TargetVersion field to given value.
func (o *UpgradeSchemaVersion200ResponseAdditionalInformation) HasTargetVersion() bool
HasTargetVersion returns a boolean if a field has been set.