Name | Type | Description | Notes |
---|---|---|---|
IsLink | Pointer to bool | [optional] | |
IsDir | Pointer to bool | [optional] | |
Name | Pointer to string | [optional] | |
Ext | Pointer to string | [optional] | |
Path | Pointer to string | [optional] | |
Owner | Pointer to string | [optional] | |
Group | Pointer to string | [optional] | |
Size | Pointer to string | [optional] | |
Mtime | Pointer to float64 | [optional] | |
MtimeStr | Pointer to string | [optional] | |
Mode | Pointer to string | [optional] |
func NewStructuresFileInfo() *StructuresFileInfo
NewStructuresFileInfo instantiates a new StructuresFileInfo 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 NewStructuresFileInfoWithDefaults() *StructuresFileInfo
NewStructuresFileInfoWithDefaults instantiates a new StructuresFileInfo 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 *StructuresFileInfo) GetIsLink() bool
GetIsLink returns the IsLink field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetIsLinkOk() (*bool, bool)
GetIsLinkOk returns a tuple with the IsLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresFileInfo) SetIsLink(v bool)
SetIsLink sets IsLink field to given value.
func (o *StructuresFileInfo) HasIsLink() bool
HasIsLink returns a boolean if a field has been set.
func (o *StructuresFileInfo) GetIsDir() bool
GetIsDir returns the IsDir field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetIsDirOk() (*bool, bool)
GetIsDirOk returns a tuple with the IsDir field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresFileInfo) SetIsDir(v bool)
SetIsDir sets IsDir field to given value.
func (o *StructuresFileInfo) HasIsDir() bool
HasIsDir returns a boolean if a field has been set.
func (o *StructuresFileInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresFileInfo) SetName(v string)
SetName sets Name field to given value.
func (o *StructuresFileInfo) HasName() bool
HasName returns a boolean if a field has been set.
func (o *StructuresFileInfo) GetExt() string
GetExt returns the Ext field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetExtOk() (*string, bool)
GetExtOk returns a tuple with the Ext field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresFileInfo) SetExt(v string)
SetExt sets Ext field to given value.
func (o *StructuresFileInfo) HasExt() bool
HasExt returns a boolean if a field has been set.
func (o *StructuresFileInfo) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresFileInfo) SetPath(v string)
SetPath sets Path field to given value.
func (o *StructuresFileInfo) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *StructuresFileInfo) GetOwner() string
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresFileInfo) SetOwner(v string)
SetOwner sets Owner field to given value.
func (o *StructuresFileInfo) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *StructuresFileInfo) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresFileInfo) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *StructuresFileInfo) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *StructuresFileInfo) GetSize() string
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetSizeOk() (*string, 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 *StructuresFileInfo) SetSize(v string)
SetSize sets Size field to given value.
func (o *StructuresFileInfo) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *StructuresFileInfo) GetMtime() float64
GetMtime returns the Mtime field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetMtimeOk() (*float64, bool)
GetMtimeOk returns a tuple with the Mtime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresFileInfo) SetMtime(v float64)
SetMtime sets Mtime field to given value.
func (o *StructuresFileInfo) HasMtime() bool
HasMtime returns a boolean if a field has been set.
func (o *StructuresFileInfo) GetMtimeStr() string
GetMtimeStr returns the MtimeStr field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetMtimeStrOk() (*string, bool)
GetMtimeStrOk returns a tuple with the MtimeStr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresFileInfo) SetMtimeStr(v string)
SetMtimeStr sets MtimeStr field to given value.
func (o *StructuresFileInfo) HasMtimeStr() bool
HasMtimeStr returns a boolean if a field has been set.
func (o *StructuresFileInfo) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *StructuresFileInfo) GetModeOk() (*string, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresFileInfo) SetMode(v string)
SetMode sets Mode field to given value.
func (o *StructuresFileInfo) HasMode() bool
HasMode returns a boolean if a field has been set.