Module pyinventory.graphql.survey_question_fragment

Classes

class SurveyQuestionFragment (questionText: str, formName: Union[str, NoneType], questionFormat: Union[pyinventory.graphql.survey_question_type_enum.SurveyQuestionType, NoneType], boolData: Union[bool, NoneType], emailData: Union[str, NoneType], latitude: Union[numbers.Number, NoneType], longitude: Union[numbers.Number, NoneType], phoneData: Union[str, NoneType], textData: Union[str, NoneType], floatData: Union[numbers.Number, NoneType], intData: Union[int, NoneType], dateData: Union[int, NoneType])

SurveyQuestionFragment(questionText: str, formName: Union[str, NoneType], questionFormat: Union[pyinventory.graphql.survey_question_type_enum.SurveyQuestionType, NoneType], boolData: Union[bool, NoneType], emailData: Union[str, NoneType], latitude: Union[numbers.Number, NoneType], longitude: Union[numbers.Number, NoneType], phoneData: Union[str, NoneType], textData: Union[str, NoneType], floatData: Union[numbers.Number, NoneType], intData: Union[int, NoneType], dateData: Union[int, NoneType])

Ancestors

  • dataclasses_json.api.DataClassJsonMixin
  • abc.ABC

Subclasses