Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.8 KB

UpgradeToLatestSchemaVersion200Response.md

File metadata and controls

108 lines (59 loc) · 3.8 KB

UpgradeToLatestSchemaVersion200Response

Properties

Name Type Description Notes
AdditionalInformation Pointer to UpgradeToLatestSchemaVersion200ResponseAdditionalInformation [optional]
TaskId Pointer to string [optional]
Type Pointer to string [optional]

Methods

NewUpgradeToLatestSchemaVersion200Response

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

NewUpgradeToLatestSchemaVersion200ResponseWithDefaults

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

GetAdditionalInformation

func (o *UpgradeToLatestSchemaVersion200Response) GetAdditionalInformation() UpgradeToLatestSchemaVersion200ResponseAdditionalInformation

GetAdditionalInformation returns the AdditionalInformation field if non-nil, zero value otherwise.

GetAdditionalInformationOk

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.

SetAdditionalInformation

func (o *UpgradeToLatestSchemaVersion200Response) SetAdditionalInformation(v UpgradeToLatestSchemaVersion200ResponseAdditionalInformation)

SetAdditionalInformation sets AdditionalInformation field to given value.

HasAdditionalInformation

func (o *UpgradeToLatestSchemaVersion200Response) HasAdditionalInformation() bool

HasAdditionalInformation returns a boolean if a field has been set.

GetTaskId

func (o *UpgradeToLatestSchemaVersion200Response) GetTaskId() string

GetTaskId returns the TaskId field if non-nil, zero value otherwise.

GetTaskIdOk

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.

SetTaskId

func (o *UpgradeToLatestSchemaVersion200Response) SetTaskId(v string)

SetTaskId sets TaskId field to given value.

HasTaskId

func (o *UpgradeToLatestSchemaVersion200Response) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

GetType

func (o *UpgradeToLatestSchemaVersion200Response) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *UpgradeToLatestSchemaVersion200Response) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *UpgradeToLatestSchemaVersion200Response) HasType() bool

HasType returns a boolean if a field has been set.

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