Name | Type | Description | Notes |
---|---|---|---|
AdditionalInformation | Pointer to UpgradeToLatestSchemaVersion200ResponseAdditionalInformation | [optional] | |
TaskId | Pointer to string | [optional] | |
Type | Pointer to string | [optional] |
func NewUpgradeToLatestSchemaVersion200Response() *UpgradeToLatestSchemaVersion200Response
NewUpgradeToLatestSchemaVersion200Response instantiates a new UpgradeToLatestSchemaVersion200Response 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 NewUpgradeToLatestSchemaVersion200ResponseWithDefaults() *UpgradeToLatestSchemaVersion200Response
NewUpgradeToLatestSchemaVersion200ResponseWithDefaults instantiates a new UpgradeToLatestSchemaVersion200Response 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 *UpgradeToLatestSchemaVersion200Response) GetAdditionalInformation() UpgradeToLatestSchemaVersion200ResponseAdditionalInformation
GetAdditionalInformation returns the AdditionalInformation field if non-nil, zero value otherwise.
func (o *UpgradeToLatestSchemaVersion200Response) GetAdditionalInformationOk() (*UpgradeToLatestSchemaVersion200ResponseAdditionalInformation, bool)
GetAdditionalInformationOk returns a tuple with the AdditionalInformation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpgradeToLatestSchemaVersion200Response) SetAdditionalInformation(v UpgradeToLatestSchemaVersion200ResponseAdditionalInformation)
SetAdditionalInformation sets AdditionalInformation field to given value.
func (o *UpgradeToLatestSchemaVersion200Response) HasAdditionalInformation() bool
HasAdditionalInformation returns a boolean if a field has been set.
func (o *UpgradeToLatestSchemaVersion200Response) GetTaskId() string
GetTaskId returns the TaskId field if non-nil, zero value otherwise.
func (o *UpgradeToLatestSchemaVersion200Response) GetTaskIdOk() (*string, bool)
GetTaskIdOk returns a tuple with the TaskId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpgradeToLatestSchemaVersion200Response) SetTaskId(v string)
SetTaskId sets TaskId field to given value.
func (o *UpgradeToLatestSchemaVersion200Response) HasTaskId() bool
HasTaskId returns a boolean if a field has been set.
func (o *UpgradeToLatestSchemaVersion200Response) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *UpgradeToLatestSchemaVersion200Response) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpgradeToLatestSchemaVersion200Response) SetType(v string)
SetType sets Type field to given value.
func (o *UpgradeToLatestSchemaVersion200Response) HasType() bool
HasType returns a boolean if a field has been set.