Source code for nisystemlink.clients.test_plan.models._create_test_plan_template_request
from ._test_plan_templates import TestPlanTemplateBase
[docs]class CreateTestPlanTemplateRequest(TestPlanTemplateBase):
"""Contains information about a test plan template request."""
name: str
"""Name of the test plan template."""
template_group: str
"""The template group defined by the user."""