Name | Type | Description | Notes |
---|---|---|---|
IsAllSelected | Pointer to bool | [optional] | |
FolderId | Pointer to NullableString | [optional] | |
SearchPattern | Pointer to NullableString | [optional] | |
UseRegex | Pointer to bool | [optional] | |
Files | Pointer to []string | [optional] | |
Folders | Pointer to []string | [optional] | |
Path | Pointer to NullableString | [optional] | |
IsBin | Pointer to bool | [optional] | |
T | string |
func NewSelectedFilesVM(t string, ) *SelectedFilesVM
NewSelectedFilesVM instantiates a new SelectedFilesVM 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 NewSelectedFilesVMWithDefaults() *SelectedFilesVM
NewSelectedFilesVMWithDefaults instantiates a new SelectedFilesVM 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 *SelectedFilesVM) GetIsAllSelected() bool
GetIsAllSelected returns the IsAllSelected field if non-nil, zero value otherwise.
func (o *SelectedFilesVM) GetIsAllSelectedOk() (*bool, bool)
GetIsAllSelectedOk returns a tuple with the IsAllSelected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelectedFilesVM) SetIsAllSelected(v bool)
SetIsAllSelected sets IsAllSelected field to given value.
func (o *SelectedFilesVM) HasIsAllSelected() bool
HasIsAllSelected returns a boolean if a field has been set.
func (o *SelectedFilesVM) GetFolderId() string
GetFolderId returns the FolderId field if non-nil, zero value otherwise.
func (o *SelectedFilesVM) GetFolderIdOk() (*string, bool)
GetFolderIdOk returns a tuple with the FolderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelectedFilesVM) SetFolderId(v string)
SetFolderId sets FolderId field to given value.
func (o *SelectedFilesVM) HasFolderId() bool
HasFolderId returns a boolean if a field has been set.
func (o *SelectedFilesVM) SetFolderIdNil(b bool)
SetFolderIdNil sets the value for FolderId to be an explicit nil
func (o *SelectedFilesVM) UnsetFolderId()
UnsetFolderId ensures that no value is present for FolderId, not even an explicit nil
func (o *SelectedFilesVM) GetSearchPattern() string
GetSearchPattern returns the SearchPattern field if non-nil, zero value otherwise.
func (o *SelectedFilesVM) GetSearchPatternOk() (*string, bool)
GetSearchPatternOk returns a tuple with the SearchPattern field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelectedFilesVM) SetSearchPattern(v string)
SetSearchPattern sets SearchPattern field to given value.
func (o *SelectedFilesVM) HasSearchPattern() bool
HasSearchPattern returns a boolean if a field has been set.
func (o *SelectedFilesVM) SetSearchPatternNil(b bool)
SetSearchPatternNil sets the value for SearchPattern to be an explicit nil
func (o *SelectedFilesVM) UnsetSearchPattern()
UnsetSearchPattern ensures that no value is present for SearchPattern, not even an explicit nil
func (o *SelectedFilesVM) GetUseRegex() bool
GetUseRegex returns the UseRegex field if non-nil, zero value otherwise.
func (o *SelectedFilesVM) GetUseRegexOk() (*bool, bool)
GetUseRegexOk returns a tuple with the UseRegex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelectedFilesVM) SetUseRegex(v bool)
SetUseRegex sets UseRegex field to given value.
func (o *SelectedFilesVM) HasUseRegex() bool
HasUseRegex returns a boolean if a field has been set.
func (o *SelectedFilesVM) GetFiles() []string
GetFiles returns the Files field if non-nil, zero value otherwise.
func (o *SelectedFilesVM) GetFilesOk() (*[]string, bool)
GetFilesOk returns a tuple with the Files field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelectedFilesVM) SetFiles(v []string)
SetFiles sets Files field to given value.
func (o *SelectedFilesVM) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (o *SelectedFilesVM) SetFilesNil(b bool)
SetFilesNil sets the value for Files to be an explicit nil
func (o *SelectedFilesVM) UnsetFiles()
UnsetFiles ensures that no value is present for Files, not even an explicit nil
func (o *SelectedFilesVM) GetFolders() []string
GetFolders returns the Folders field if non-nil, zero value otherwise.
func (o *SelectedFilesVM) GetFoldersOk() (*[]string, bool)
GetFoldersOk returns a tuple with the Folders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelectedFilesVM) SetFolders(v []string)
SetFolders sets Folders field to given value.
func (o *SelectedFilesVM) HasFolders() bool
HasFolders returns a boolean if a field has been set.
func (o *SelectedFilesVM) SetFoldersNil(b bool)
SetFoldersNil sets the value for Folders to be an explicit nil
func (o *SelectedFilesVM) UnsetFolders()
UnsetFolders ensures that no value is present for Folders, not even an explicit nil
func (o *SelectedFilesVM) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *SelectedFilesVM) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelectedFilesVM) SetPath(v string)
SetPath sets Path field to given value.
func (o *SelectedFilesVM) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *SelectedFilesVM) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *SelectedFilesVM) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *SelectedFilesVM) GetIsBin() bool
GetIsBin returns the IsBin field if non-nil, zero value otherwise.
func (o *SelectedFilesVM) GetIsBinOk() (*bool, bool)
GetIsBinOk returns a tuple with the IsBin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelectedFilesVM) SetIsBin(v bool)
SetIsBin sets IsBin field to given value.
func (o *SelectedFilesVM) HasIsBin() bool
HasIsBin returns a boolean if a field has been set.
func (o *SelectedFilesVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *SelectedFilesVM) 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 *SelectedFilesVM) SetT(v string)
SetT sets T field to given value.