Name | Type | Description | Notes |
---|---|---|---|
InputFile | Pointer to InputFileVM | [optional] | |
Locale | Pointer to NullableString | [optional] | |
OutputFile | Pointer to OutputFileVM | [optional] | |
Transports | Pointer to []CreateTransportTaskBaseVM | [optional] | |
T | string |
func NewCreateTransformTaskBaseVM(t string, ) *CreateTransformTaskBaseVM
NewCreateTransformTaskBaseVM instantiates a new CreateTransformTaskBaseVM 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 NewCreateTransformTaskBaseVMWithDefaults() *CreateTransformTaskBaseVM
NewCreateTransformTaskBaseVMWithDefaults instantiates a new CreateTransformTaskBaseVM 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 *CreateTransformTaskBaseVM) GetInputFile() InputFileVM
GetInputFile returns the InputFile field if non-nil, zero value otherwise.
func (o *CreateTransformTaskBaseVM) 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 *CreateTransformTaskBaseVM) SetInputFile(v InputFileVM)
SetInputFile sets InputFile field to given value.
func (o *CreateTransformTaskBaseVM) HasInputFile() bool
HasInputFile returns a boolean if a field has been set.
func (o *CreateTransformTaskBaseVM) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *CreateTransformTaskBaseVM) 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 *CreateTransformTaskBaseVM) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *CreateTransformTaskBaseVM) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *CreateTransformTaskBaseVM) SetLocaleNil(b bool)
SetLocaleNil sets the value for Locale to be an explicit nil
func (o *CreateTransformTaskBaseVM) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
func (o *CreateTransformTaskBaseVM) GetOutputFile() OutputFileVM
GetOutputFile returns the OutputFile field if non-nil, zero value otherwise.
func (o *CreateTransformTaskBaseVM) 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 *CreateTransformTaskBaseVM) SetOutputFile(v OutputFileVM)
SetOutputFile sets OutputFile field to given value.
func (o *CreateTransformTaskBaseVM) HasOutputFile() bool
HasOutputFile returns a boolean if a field has been set.
func (o *CreateTransformTaskBaseVM) GetTransports() []CreateTransportTaskBaseVM
GetTransports returns the Transports field if non-nil, zero value otherwise.
func (o *CreateTransformTaskBaseVM) GetTransportsOk() (*[]CreateTransportTaskBaseVM, bool)
GetTransportsOk returns a tuple with the Transports field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTransformTaskBaseVM) SetTransports(v []CreateTransportTaskBaseVM)
SetTransports sets Transports field to given value.
func (o *CreateTransformTaskBaseVM) HasTransports() bool
HasTransports returns a boolean if a field has been set.
func (o *CreateTransformTaskBaseVM) SetTransportsNil(b bool)
SetTransportsNil sets the value for Transports to be an explicit nil
func (o *CreateTransformTaskBaseVM) UnsetTransports()
UnsetTransports ensures that no value is present for Transports, not even an explicit nil
func (o *CreateTransformTaskBaseVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *CreateTransformTaskBaseVM) 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 *CreateTransformTaskBaseVM) SetT(v string)
SetT sets T field to given value.