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] |
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
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
func (o *Folder) GetNoOfFiles() int32
GetNoOfFiles returns the NoOfFiles field if non-nil, zero value otherwise.
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.
func (o *Folder) SetNoOfFiles(v int32)
SetNoOfFiles sets NoOfFiles field to given value.
func (o *Folder) HasNoOfFiles() bool
HasNoOfFiles returns a boolean if a field has been set.
func (o *Folder) GetFileSize() float32
GetFileSize returns the FileSize field if non-nil, zero value otherwise.
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.
func (o *Folder) SetFileSize(v float32)
SetFileSize sets FileSize field to given value.
func (o *Folder) HasFileSize() bool
HasFileSize returns a boolean if a field has been set.
func (o *Folder) GetNoofoperations() int32
GetNoofoperations returns the Noofoperations field if non-nil, zero value otherwise.
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.
func (o *Folder) SetNoofoperations(v int32)
SetNoofoperations sets Noofoperations field to given value.
func (o *Folder) HasNoofoperations() bool
HasNoofoperations returns a boolean if a field has been set.
func (o *Folder) GetUpdatedon() string
GetUpdatedon returns the Updatedon field if non-nil, zero value otherwise.
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.
func (o *Folder) SetUpdatedon(v string)
SetUpdatedon sets Updatedon field to given value.
func (o *Folder) HasUpdatedon() bool
HasUpdatedon returns a boolean if a field has been set.
func (o *Folder) GetRegistryid() string
GetRegistryid returns the Registryid field if non-nil, zero value otherwise.
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.
func (o *Folder) SetRegistryid(v string)
SetRegistryid sets Registryid field to given value.
func (o *Folder) HasRegistryid() bool
HasRegistryid returns a boolean if a field has been set.