Name | Type | Description | Notes |
---|---|---|---|
Size | Pointer to int64 | [optional] | |
RealSize | Pointer to int64 | [optional] | |
DocumentsCount | Pointer to int64 | [optional] | |
T | string |
func NewFolderSizeVM(t string, ) *FolderSizeVM
NewFolderSizeVM instantiates a new FolderSizeVM 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 NewFolderSizeVMWithDefaults() *FolderSizeVM
NewFolderSizeVMWithDefaults instantiates a new FolderSizeVM 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 *FolderSizeVM) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *FolderSizeVM) GetSizeOk() (*int64, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderSizeVM) SetSize(v int64)
SetSize sets Size field to given value.
func (o *FolderSizeVM) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *FolderSizeVM) GetRealSize() int64
GetRealSize returns the RealSize field if non-nil, zero value otherwise.
func (o *FolderSizeVM) GetRealSizeOk() (*int64, bool)
GetRealSizeOk returns a tuple with the RealSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderSizeVM) SetRealSize(v int64)
SetRealSize sets RealSize field to given value.
func (o *FolderSizeVM) HasRealSize() bool
HasRealSize returns a boolean if a field has been set.
func (o *FolderSizeVM) GetDocumentsCount() int64
GetDocumentsCount returns the DocumentsCount field if non-nil, zero value otherwise.
func (o *FolderSizeVM) GetDocumentsCountOk() (*int64, bool)
GetDocumentsCountOk returns a tuple with the DocumentsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderSizeVM) SetDocumentsCount(v int64)
SetDocumentsCount sets DocumentsCount field to given value.
func (o *FolderSizeVM) HasDocumentsCount() bool
HasDocumentsCount returns a boolean if a field has been set.
func (o *FolderSizeVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *FolderSizeVM) 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 *FolderSizeVM) SetT(v string)
SetT sets T field to given value.