new
Method
This is a method of the SkillProperties class in the skills module.Create a new SkillProperties with name and description.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
new: Create a new SkillProperties with name and description.
This is a method of the SkillProperties class in the skills module.Create a new SkillProperties with name and description.
def new(name: impl Into<String>, description: impl Into<String>) -> Self