Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 3.62 KB

UnmappedFolder.md

File metadata and controls

138 lines (77 loc) · 3.62 KB

UnmappedFolder

Properties

Name Type Description Notes
Name Pointer to NullableString [optional]
Path Pointer to NullableString [optional]
RelativePath Pointer to NullableString [optional]

Methods

NewUnmappedFolder

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

NewUnmappedFolderWithDefaults

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

GetName

func (o *UnmappedFolder) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *UnmappedFolder) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UnmappedFolder) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *UnmappedFolder) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *UnmappedFolder) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetPath

func (o *UnmappedFolder) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

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.

SetPath

func (o *UnmappedFolder) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *UnmappedFolder) HasPath() bool

HasPath returns a boolean if a field has been set.

SetPathNil

func (o *UnmappedFolder) SetPathNil(b bool)

SetPathNil sets the value for Path to be an explicit nil

UnsetPath

func (o *UnmappedFolder) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

GetRelativePath

func (o *UnmappedFolder) GetRelativePath() string

GetRelativePath returns the RelativePath field if non-nil, zero value otherwise.

GetRelativePathOk

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.

SetRelativePath

func (o *UnmappedFolder) SetRelativePath(v string)

SetRelativePath sets RelativePath field to given value.

HasRelativePath

func (o *UnmappedFolder) HasRelativePath() bool

HasRelativePath returns a boolean if a field has been set.

SetRelativePathNil

func (o *UnmappedFolder) SetRelativePathNil(b bool)

SetRelativePathNil sets the value for RelativePath to be an explicit nil

UnsetRelativePath

func (o *UnmappedFolder) UnsetRelativePath()

UnsetRelativePath ensures that no value is present for RelativePath, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]