Name | Type | Description | Notes |
---|---|---|---|
FileName | Pointer to NullableString | [optional] | |
FolderId | Pointer to NullableString | [optional] | |
Type | Pointer to FileKind | [optional] | |
IsTemporary | Pointer to bool | [optional] | |
T | string |
func NewOutputFileVM(t string, ) *OutputFileVM
NewOutputFileVM instantiates a new OutputFileVM 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 NewOutputFileVMWithDefaults() *OutputFileVM
NewOutputFileVMWithDefaults instantiates a new OutputFileVM 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 *OutputFileVM) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *OutputFileVM) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputFileVM) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *OutputFileVM) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *OutputFileVM) SetFileNameNil(b bool)
SetFileNameNil sets the value for FileName to be an explicit nil
func (o *OutputFileVM) UnsetFileName()
UnsetFileName ensures that no value is present for FileName, not even an explicit nil
func (o *OutputFileVM) GetFolderId() string
GetFolderId returns the FolderId field if non-nil, zero value otherwise.
func (o *OutputFileVM) 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 *OutputFileVM) SetFolderId(v string)
SetFolderId sets FolderId field to given value.
func (o *OutputFileVM) HasFolderId() bool
HasFolderId returns a boolean if a field has been set.
func (o *OutputFileVM) SetFolderIdNil(b bool)
SetFolderIdNil sets the value for FolderId to be an explicit nil
func (o *OutputFileVM) UnsetFolderId()
UnsetFolderId ensures that no value is present for FolderId, not even an explicit nil
func (o *OutputFileVM) GetType() FileKind
GetType returns the Type field if non-nil, zero value otherwise.
func (o *OutputFileVM) GetTypeOk() (*FileKind, 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.
func (o *OutputFileVM) SetType(v FileKind)
SetType sets Type field to given value.
func (o *OutputFileVM) HasType() bool
HasType returns a boolean if a field has been set.
func (o *OutputFileVM) GetIsTemporary() bool
GetIsTemporary returns the IsTemporary field if non-nil, zero value otherwise.
func (o *OutputFileVM) GetIsTemporaryOk() (*bool, bool)
GetIsTemporaryOk returns a tuple with the IsTemporary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputFileVM) SetIsTemporary(v bool)
SetIsTemporary sets IsTemporary field to given value.
func (o *OutputFileVM) HasIsTemporary() bool
HasIsTemporary returns a boolean if a field has been set.
func (o *OutputFileVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *OutputFileVM) 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 *OutputFileVM) SetT(v string)
SetT sets T field to given value.