Source code for nisystemlink.clients.work_item.models._create_work_item_template_request
from ._work_item_template import WorkItemTemplateBase
[docs]class CreateWorkItemTemplateRequest(WorkItemTemplateBase):
"""Represents the request body content for creating a work item template."""
name: str
"""The name of the work item template."""
template_group: str
"""The template group defined by the user."""
type: str
"""The type of work item created from this template."""