Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
ParentId | Pointer to string | [optional] |
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.
func (o *UpdateFolderSpecification) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateFolderSpecification) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateFolderSpecification) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *UpdateFolderSpecification) SetParentId(v string)
SetParentId sets ParentId field to given value.