Name | Type | Description | Notes |
---|---|---|---|
Path | Pointer to NullableString | Optional New path | [optional] |
Mode | Pointer to NullableFloat32 | Optional New Mode | [optional] |
Uid | Pointer to NullableFloat32 | Optional New Owner UID | [optional] |
Gid | Pointer to NullableFloat32 | Optional New Group GID | [optional] |
func NewFileChanges() *FileChanges
NewFileChanges instantiates a new FileChanges 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 NewFileChangesWithDefaults() *FileChanges
NewFileChangesWithDefaults instantiates a new FileChanges 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 *FileChanges) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *FileChanges) 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 *FileChanges) SetPath(v string)
SetPath sets Path field to given value.
func (o *FileChanges) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *FileChanges) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *FileChanges) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *FileChanges) GetMode() float32
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *FileChanges) GetModeOk() (*float32, 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 *FileChanges) SetMode(v float32)
SetMode sets Mode field to given value.
func (o *FileChanges) HasMode() bool
HasMode returns a boolean if a field has been set.
func (o *FileChanges) SetModeNil(b bool)
SetModeNil sets the value for Mode to be an explicit nil
func (o *FileChanges) UnsetMode()
UnsetMode ensures that no value is present for Mode, not even an explicit nil
func (o *FileChanges) GetUid() float32
GetUid returns the Uid field if non-nil, zero value otherwise.
func (o *FileChanges) GetUidOk() (*float32, bool)
GetUidOk returns a tuple with the Uid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileChanges) SetUid(v float32)
SetUid sets Uid field to given value.
func (o *FileChanges) HasUid() bool
HasUid returns a boolean if a field has been set.
func (o *FileChanges) SetUidNil(b bool)
SetUidNil sets the value for Uid to be an explicit nil
func (o *FileChanges) UnsetUid()
UnsetUid ensures that no value is present for Uid, not even an explicit nil
func (o *FileChanges) GetGid() float32
GetGid returns the Gid field if non-nil, zero value otherwise.
func (o *FileChanges) GetGidOk() (*float32, bool)
GetGidOk returns a tuple with the Gid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileChanges) SetGid(v float32)
SetGid sets Gid field to given value.
func (o *FileChanges) HasGid() bool
HasGid returns a boolean if a field has been set.
func (o *FileChanges) SetGidNil(b bool)
SetGidNil sets the value for Gid to be an explicit nil
func (o *FileChanges) UnsetGid()
UnsetGid ensures that no value is present for Gid, not even an explicit nil