Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.82 KB

FolderSizeVM.md

File metadata and controls

108 lines (59 loc) · 2.82 KB

FolderSizeVM

Properties

Name Type Description Notes
Size Pointer to int64 [optional]
RealSize Pointer to int64 [optional]
DocumentsCount Pointer to int64 [optional]

Methods

NewFolderSizeVM

func NewFolderSizeVM() *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

NewFolderSizeVMWithDefaults

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

GetSize

func (o *FolderSizeVM) GetSize() int64

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

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.

SetSize

func (o *FolderSizeVM) SetSize(v int64)

SetSize sets Size field to given value.

HasSize

func (o *FolderSizeVM) HasSize() bool

HasSize returns a boolean if a field has been set.

GetRealSize

func (o *FolderSizeVM) GetRealSize() int64

GetRealSize returns the RealSize field if non-nil, zero value otherwise.

GetRealSizeOk

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.

SetRealSize

func (o *FolderSizeVM) SetRealSize(v int64)

SetRealSize sets RealSize field to given value.

HasRealSize

func (o *FolderSizeVM) HasRealSize() bool

HasRealSize returns a boolean if a field has been set.

GetDocumentsCount

func (o *FolderSizeVM) GetDocumentsCount() int64

GetDocumentsCount returns the DocumentsCount field if non-nil, zero value otherwise.

GetDocumentsCountOk

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.

SetDocumentsCount

func (o *FolderSizeVM) SetDocumentsCount(v int64)

SetDocumentsCount sets DocumentsCount field to given value.

HasDocumentsCount

func (o *FolderSizeVM) HasDocumentsCount() bool

HasDocumentsCount returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]