Name | Type | Description | Notes |
---|---|---|---|
Archive | Pointer to NullableBool | [optional] | |
ArchiveName | Pointer to NullableString | [optional] | |
DestinationFolder | Pointer to NullableString | [optional] | |
FtpHost | Pointer to NullableString | [optional] | |
FtpPassword | Pointer to NullableString | [optional] | |
FtpPort | Pointer to NullableInt32 | [optional] | |
FtpUsername | Pointer to NullableString | [optional] | |
UseSFTP | Pointer to NullableBool | [optional] | |
T | string |
func NewUpdateFTPUploadTaskVM(t string, ) *UpdateFTPUploadTaskVM
NewUpdateFTPUploadTaskVM instantiates a new UpdateFTPUploadTaskVM 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 NewUpdateFTPUploadTaskVMWithDefaults() *UpdateFTPUploadTaskVM
NewUpdateFTPUploadTaskVMWithDefaults instantiates a new UpdateFTPUploadTaskVM 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 *UpdateFTPUploadTaskVM) GetArchive() bool
GetArchive returns the Archive field if non-nil, zero value otherwise.
func (o *UpdateFTPUploadTaskVM) GetArchiveOk() (*bool, bool)
GetArchiveOk returns a tuple with the Archive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFTPUploadTaskVM) SetArchive(v bool)
SetArchive sets Archive field to given value.
func (o *UpdateFTPUploadTaskVM) HasArchive() bool
HasArchive returns a boolean if a field has been set.
func (o *UpdateFTPUploadTaskVM) SetArchiveNil(b bool)
SetArchiveNil sets the value for Archive to be an explicit nil
func (o *UpdateFTPUploadTaskVM) UnsetArchive()
UnsetArchive ensures that no value is present for Archive, not even an explicit nil
func (o *UpdateFTPUploadTaskVM) GetArchiveName() string
GetArchiveName returns the ArchiveName field if non-nil, zero value otherwise.
func (o *UpdateFTPUploadTaskVM) GetArchiveNameOk() (*string, bool)
GetArchiveNameOk returns a tuple with the ArchiveName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFTPUploadTaskVM) SetArchiveName(v string)
SetArchiveName sets ArchiveName field to given value.
func (o *UpdateFTPUploadTaskVM) HasArchiveName() bool
HasArchiveName returns a boolean if a field has been set.
func (o *UpdateFTPUploadTaskVM) SetArchiveNameNil(b bool)
SetArchiveNameNil sets the value for ArchiveName to be an explicit nil
func (o *UpdateFTPUploadTaskVM) UnsetArchiveName()
UnsetArchiveName ensures that no value is present for ArchiveName, not even an explicit nil
func (o *UpdateFTPUploadTaskVM) GetDestinationFolder() string
GetDestinationFolder returns the DestinationFolder field if non-nil, zero value otherwise.
func (o *UpdateFTPUploadTaskVM) GetDestinationFolderOk() (*string, bool)
GetDestinationFolderOk returns a tuple with the DestinationFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFTPUploadTaskVM) SetDestinationFolder(v string)
SetDestinationFolder sets DestinationFolder field to given value.
func (o *UpdateFTPUploadTaskVM) HasDestinationFolder() bool
HasDestinationFolder returns a boolean if a field has been set.
func (o *UpdateFTPUploadTaskVM) SetDestinationFolderNil(b bool)
SetDestinationFolderNil sets the value for DestinationFolder to be an explicit nil
func (o *UpdateFTPUploadTaskVM) UnsetDestinationFolder()
UnsetDestinationFolder ensures that no value is present for DestinationFolder, not even an explicit nil
func (o *UpdateFTPUploadTaskVM) GetFtpHost() string
GetFtpHost returns the FtpHost field if non-nil, zero value otherwise.
func (o *UpdateFTPUploadTaskVM) GetFtpHostOk() (*string, bool)
GetFtpHostOk returns a tuple with the FtpHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFTPUploadTaskVM) SetFtpHost(v string)
SetFtpHost sets FtpHost field to given value.
func (o *UpdateFTPUploadTaskVM) HasFtpHost() bool
HasFtpHost returns a boolean if a field has been set.
func (o *UpdateFTPUploadTaskVM) SetFtpHostNil(b bool)
SetFtpHostNil sets the value for FtpHost to be an explicit nil
func (o *UpdateFTPUploadTaskVM) UnsetFtpHost()
UnsetFtpHost ensures that no value is present for FtpHost, not even an explicit nil
func (o *UpdateFTPUploadTaskVM) GetFtpPassword() string
GetFtpPassword returns the FtpPassword field if non-nil, zero value otherwise.
func (o *UpdateFTPUploadTaskVM) GetFtpPasswordOk() (*string, bool)
GetFtpPasswordOk returns a tuple with the FtpPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFTPUploadTaskVM) SetFtpPassword(v string)
SetFtpPassword sets FtpPassword field to given value.
func (o *UpdateFTPUploadTaskVM) HasFtpPassword() bool
HasFtpPassword returns a boolean if a field has been set.
func (o *UpdateFTPUploadTaskVM) SetFtpPasswordNil(b bool)
SetFtpPasswordNil sets the value for FtpPassword to be an explicit nil
func (o *UpdateFTPUploadTaskVM) UnsetFtpPassword()
UnsetFtpPassword ensures that no value is present for FtpPassword, not even an explicit nil
func (o *UpdateFTPUploadTaskVM) GetFtpPort() int32
GetFtpPort returns the FtpPort field if non-nil, zero value otherwise.
func (o *UpdateFTPUploadTaskVM) GetFtpPortOk() (*int32, bool)
GetFtpPortOk returns a tuple with the FtpPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFTPUploadTaskVM) SetFtpPort(v int32)
SetFtpPort sets FtpPort field to given value.
func (o *UpdateFTPUploadTaskVM) HasFtpPort() bool
HasFtpPort returns a boolean if a field has been set.
func (o *UpdateFTPUploadTaskVM) SetFtpPortNil(b bool)
SetFtpPortNil sets the value for FtpPort to be an explicit nil
func (o *UpdateFTPUploadTaskVM) UnsetFtpPort()
UnsetFtpPort ensures that no value is present for FtpPort, not even an explicit nil
func (o *UpdateFTPUploadTaskVM) GetFtpUsername() string
GetFtpUsername returns the FtpUsername field if non-nil, zero value otherwise.
func (o *UpdateFTPUploadTaskVM) GetFtpUsernameOk() (*string, bool)
GetFtpUsernameOk returns a tuple with the FtpUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFTPUploadTaskVM) SetFtpUsername(v string)
SetFtpUsername sets FtpUsername field to given value.
func (o *UpdateFTPUploadTaskVM) HasFtpUsername() bool
HasFtpUsername returns a boolean if a field has been set.
func (o *UpdateFTPUploadTaskVM) SetFtpUsernameNil(b bool)
SetFtpUsernameNil sets the value for FtpUsername to be an explicit nil
func (o *UpdateFTPUploadTaskVM) UnsetFtpUsername()
UnsetFtpUsername ensures that no value is present for FtpUsername, not even an explicit nil
func (o *UpdateFTPUploadTaskVM) GetUseSFTP() bool
GetUseSFTP returns the UseSFTP field if non-nil, zero value otherwise.
func (o *UpdateFTPUploadTaskVM) GetUseSFTPOk() (*bool, bool)
GetUseSFTPOk returns a tuple with the UseSFTP field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFTPUploadTaskVM) SetUseSFTP(v bool)
SetUseSFTP sets UseSFTP field to given value.
func (o *UpdateFTPUploadTaskVM) HasUseSFTP() bool
HasUseSFTP returns a boolean if a field has been set.
func (o *UpdateFTPUploadTaskVM) SetUseSFTPNil(b bool)
SetUseSFTPNil sets the value for UseSFTP to be an explicit nil
func (o *UpdateFTPUploadTaskVM) UnsetUseSFTP()
UnsetUseSFTP ensures that no value is present for UseSFTP, not even an explicit nil
func (o *UpdateFTPUploadTaskVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *UpdateFTPUploadTaskVM) 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 *UpdateFTPUploadTaskVM) SetT(v string)
SetT sets T field to given value.