Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.21 KB

UpgradeSchemaVersion200ResponseAdditionalInformation.md

File metadata and controls

56 lines (31 loc) · 2.21 KB

UpgradeSchemaVersion200ResponseAdditionalInformation

Properties

Name Type Description Notes
TargetVersion Pointer to int32 [optional]

Methods

NewUpgradeSchemaVersion200ResponseAdditionalInformation

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

NewUpgradeSchemaVersion200ResponseAdditionalInformationWithDefaults

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

GetTargetVersion

func (o *UpgradeSchemaVersion200ResponseAdditionalInformation) GetTargetVersion() int32

GetTargetVersion returns the TargetVersion field if non-nil, zero value otherwise.

GetTargetVersionOk

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.

SetTargetVersion

func (o *UpgradeSchemaVersion200ResponseAdditionalInformation) SetTargetVersion(v int32)

SetTargetVersion sets TargetVersion field to given value.

HasTargetVersion

func (o *UpgradeSchemaVersion200ResponseAdditionalInformation) HasTargetVersion() bool

HasTargetVersion returns a boolean if a field has been set.

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