Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | [optional] | |
Path | Pointer to NullableString | [optional] | |
RelativePath | Pointer to NullableString | [optional] |
func NewUnmappedFolder() *UnmappedFolder
NewUnmappedFolder instantiates a new UnmappedFolder 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 NewUnmappedFolderWithDefaults() *UnmappedFolder
NewUnmappedFolderWithDefaults instantiates a new UnmappedFolder 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 *UnmappedFolder) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UnmappedFolder) 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 *UnmappedFolder) SetName(v string)
SetName sets Name field to given value.
func (o *UnmappedFolder) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UnmappedFolder) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *UnmappedFolder) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *UnmappedFolder) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *UnmappedFolder) 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 *UnmappedFolder) SetPath(v string)
SetPath sets Path field to given value.
func (o *UnmappedFolder) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *UnmappedFolder) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *UnmappedFolder) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *UnmappedFolder) GetRelativePath() string
GetRelativePath returns the RelativePath field if non-nil, zero value otherwise.
func (o *UnmappedFolder) GetRelativePathOk() (*string, bool)
GetRelativePathOk returns a tuple with the RelativePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnmappedFolder) SetRelativePath(v string)
SetRelativePath sets RelativePath field to given value.
func (o *UnmappedFolder) HasRelativePath() bool
HasRelativePath returns a boolean if a field has been set.
func (o *UnmappedFolder) SetRelativePathNil(b bool)
SetRelativePathNil sets the value for RelativePath to be an explicit nil
func (o *UnmappedFolder) UnsetRelativePath()
UnsetRelativePath ensures that no value is present for RelativePath, not even an explicit nil