Module pyinventory.graphql.survey_template_category_input
Classes
class SurveyTemplateCategoryInput (categoryTitle: str, categoryDescription: str, id: Union[str, NoneType] = None, surveyTemplateQuestions: Union[List[pyinventory.graphql.survey_template_question_input.SurveyTemplateQuestionInput], NoneType] = None)
-
SurveyTemplateCategoryInput(categoryTitle: str, categoryDescription: str, id: Union[str, NoneType] = None, surveyTemplateQuestions: Union[List[pyinventory.graphql.survey_template_question_input.SurveyTemplateQuestionInput], NoneType] = None)
Ancestors
- dataclasses_json.api.DataClassJsonMixin
- abc.ABC
Class variables
var id : Union[str, NoneType]
var surveyTemplateQuestions : Union[List[SurveyTemplateQuestionInput], NoneType]