Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.03 KB

Folder.md

File metadata and controls

160 lines (87 loc) · 4.03 KB

Folder

Properties

Name Type Description Notes
NoOfFiles Pointer to int32 [optional]
FileSize Pointer to float32 [optional]
Noofoperations Pointer to int32 [optional]
Updatedon Pointer to string [optional]
Registryid Pointer to string [optional]

Methods

NewFolder

func NewFolder() *Folder

NewFolder instantiates a new Folder 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

NewFolderWithDefaults

func NewFolderWithDefaults() *Folder

NewFolderWithDefaults instantiates a new Folder 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

GetNoOfFiles

func (o *Folder) GetNoOfFiles() int32

GetNoOfFiles returns the NoOfFiles field if non-nil, zero value otherwise.

GetNoOfFilesOk

func (o *Folder) GetNoOfFilesOk() (*int32, bool)

GetNoOfFilesOk returns a tuple with the NoOfFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNoOfFiles

func (o *Folder) SetNoOfFiles(v int32)

SetNoOfFiles sets NoOfFiles field to given value.

HasNoOfFiles

func (o *Folder) HasNoOfFiles() bool

HasNoOfFiles returns a boolean if a field has been set.

GetFileSize

func (o *Folder) GetFileSize() float32

GetFileSize returns the FileSize field if non-nil, zero value otherwise.

GetFileSizeOk

func (o *Folder) GetFileSizeOk() (*float32, bool)

GetFileSizeOk returns a tuple with the FileSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFileSize

func (o *Folder) SetFileSize(v float32)

SetFileSize sets FileSize field to given value.

HasFileSize

func (o *Folder) HasFileSize() bool

HasFileSize returns a boolean if a field has been set.

GetNoofoperations

func (o *Folder) GetNoofoperations() int32

GetNoofoperations returns the Noofoperations field if non-nil, zero value otherwise.

GetNoofoperationsOk

func (o *Folder) GetNoofoperationsOk() (*int32, bool)

GetNoofoperationsOk returns a tuple with the Noofoperations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNoofoperations

func (o *Folder) SetNoofoperations(v int32)

SetNoofoperations sets Noofoperations field to given value.

HasNoofoperations

func (o *Folder) HasNoofoperations() bool

HasNoofoperations returns a boolean if a field has been set.

GetUpdatedon

func (o *Folder) GetUpdatedon() string

GetUpdatedon returns the Updatedon field if non-nil, zero value otherwise.

GetUpdatedonOk

func (o *Folder) GetUpdatedonOk() (*string, bool)

GetUpdatedonOk returns a tuple with the Updatedon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUpdatedon

func (o *Folder) SetUpdatedon(v string)

SetUpdatedon sets Updatedon field to given value.

HasUpdatedon

func (o *Folder) HasUpdatedon() bool

HasUpdatedon returns a boolean if a field has been set.

GetRegistryid

func (o *Folder) GetRegistryid() string

GetRegistryid returns the Registryid field if non-nil, zero value otherwise.

GetRegistryidOk

func (o *Folder) GetRegistryidOk() (*string, bool)

GetRegistryidOk returns a tuple with the Registryid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRegistryid

func (o *Folder) SetRegistryid(v string)

SetRegistryid sets Registryid field to given value.

HasRegistryid

func (o *Folder) HasRegistryid() bool

HasRegistryid returns a boolean if a field has been set.

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