| Name | Type | Description | Notes |
|---|---|---|---|
| Size | int32 | ||
| FriendlySize | string | ||
| Entropy | float32 | ||
| Hashes | FileHashes |
func NewFileMetadata(size int32, friendlySize string, entropy float32, hashes FileHashes, ) *FileMetadata
NewFileMetadata instantiates a new FileMetadata 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 NewFileMetadataWithDefaults() *FileMetadata
NewFileMetadataWithDefaults instantiates a new FileMetadata 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 *FileMetadata) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *FileMetadata) GetSizeOk() (*int32, 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 *FileMetadata) SetSize(v int32)
SetSize sets Size field to given value.
func (o *FileMetadata) GetFriendlySize() string
GetFriendlySize returns the FriendlySize field if non-nil, zero value otherwise.
func (o *FileMetadata) GetFriendlySizeOk() (*string, bool)
GetFriendlySizeOk returns a tuple with the FriendlySize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileMetadata) SetFriendlySize(v string)
SetFriendlySize sets FriendlySize field to given value.
func (o *FileMetadata) GetEntropy() float32
GetEntropy returns the Entropy field if non-nil, zero value otherwise.
func (o *FileMetadata) GetEntropyOk() (*float32, bool)
GetEntropyOk returns a tuple with the Entropy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileMetadata) SetEntropy(v float32)
SetEntropy sets Entropy field to given value.
func (o *FileMetadata) GetHashes() FileHashes
GetHashes returns the Hashes field if non-nil, zero value otherwise.
func (o *FileMetadata) GetHashesOk() (*FileHashes, bool)
GetHashesOk returns a tuple with the Hashes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileMetadata) SetHashes(v FileHashes)
SetHashes sets Hashes field to given value.