Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.31 KB

UpdateFolderSpecification.md

File metadata and controls

48 lines (26 loc) · 1.31 KB

UpdateFolderSpecification

Properties

Name Type Description Notes
Name Pointer to string [optional]
ParentId Pointer to string [optional]

Methods

NewUpdateFolderSpecification

func NewUpdateFolderSpecification() *UpdateFolderSpecification

NewUpdateFolderSpecification instantiates a new UpdateFolderSpecification 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.

GetName

func (o *UpdateFolderSpecification) GetName() string

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

SetName

func (o *UpdateFolderSpecification) SetName(v string)

SetName sets Name field to given value.

GetParentId

func (o *UpdateFolderSpecification) GetParentId() string

GetParentId returns the ParentId field if non-nil, zero value otherwise.

SetParentId

func (o *UpdateFolderSpecification) SetParentId(v string)

SetParentId sets ParentId field to given value.

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