Name | Type | Description | Notes |
---|---|---|---|
InputFile | Pointer to InputFileVM | [optional] | |
Locale | Pointer to NullableString | [optional] | |
OutputFile | Pointer to OutputFileVM | [optional] | |
TransportIds | Pointer to []string | [optional] | |
T | string |
func NewUpdateTransformTaskBaseVM(t string, ) *UpdateTransformTaskBaseVM
NewUpdateTransformTaskBaseVM instantiates a new UpdateTransformTaskBaseVM 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 NewUpdateTransformTaskBaseVMWithDefaults() *UpdateTransformTaskBaseVM
NewUpdateTransformTaskBaseVMWithDefaults instantiates a new UpdateTransformTaskBaseVM 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 *UpdateTransformTaskBaseVM) GetInputFile() InputFileVM
GetInputFile returns the InputFile field if non-nil, zero value otherwise.
func (o *UpdateTransformTaskBaseVM) GetInputFileOk() (*InputFileVM, bool)
GetInputFileOk returns a tuple with the InputFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransformTaskBaseVM) SetInputFile(v InputFileVM)
SetInputFile sets InputFile field to given value.
func (o *UpdateTransformTaskBaseVM) HasInputFile() bool
HasInputFile returns a boolean if a field has been set.
func (o *UpdateTransformTaskBaseVM) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *UpdateTransformTaskBaseVM) GetLocaleOk() (*string, bool)
GetLocaleOk returns a tuple with the Locale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransformTaskBaseVM) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *UpdateTransformTaskBaseVM) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *UpdateTransformTaskBaseVM) SetLocaleNil(b bool)
SetLocaleNil sets the value for Locale to be an explicit nil
func (o *UpdateTransformTaskBaseVM) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
func (o *UpdateTransformTaskBaseVM) GetOutputFile() OutputFileVM
GetOutputFile returns the OutputFile field if non-nil, zero value otherwise.
func (o *UpdateTransformTaskBaseVM) GetOutputFileOk() (*OutputFileVM, bool)
GetOutputFileOk returns a tuple with the OutputFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransformTaskBaseVM) SetOutputFile(v OutputFileVM)
SetOutputFile sets OutputFile field to given value.
func (o *UpdateTransformTaskBaseVM) HasOutputFile() bool
HasOutputFile returns a boolean if a field has been set.
func (o *UpdateTransformTaskBaseVM) GetTransportIds() []string
GetTransportIds returns the TransportIds field if non-nil, zero value otherwise.
func (o *UpdateTransformTaskBaseVM) GetTransportIdsOk() (*[]string, bool)
GetTransportIdsOk returns a tuple with the TransportIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransformTaskBaseVM) SetTransportIds(v []string)
SetTransportIds sets TransportIds field to given value.
func (o *UpdateTransformTaskBaseVM) HasTransportIds() bool
HasTransportIds returns a boolean if a field has been set.
func (o *UpdateTransformTaskBaseVM) SetTransportIdsNil(b bool)
SetTransportIdsNil sets the value for TransportIds to be an explicit nil
func (o *UpdateTransformTaskBaseVM) UnsetTransportIds()
UnsetTransportIds ensures that no value is present for TransportIds, not even an explicit nil
func (o *UpdateTransformTaskBaseVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *UpdateTransformTaskBaseVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransformTaskBaseVM) SetT(v string)
SetT sets T field to given value.