class edgeimpulse_api.models.send_user_feedback_request.SendUserFeedbackRequest(
**data: Any
)
Config
The type of the None singleton.
body: pydantic.types.StrictStr
The type of the None singleton.
company: pydantic.types.StrictStr | None
The type of the None singleton.
company_size: pydantic.types.StrictStr | None
The type of the None singleton.
job_title: pydantic.types.StrictStr | None
The type of the None singleton.
organization_id: float | None
The type of the None singleton.
subject: pydantic.types.StrictStr
The type of the None singleton.
type: pydantic.types.StrictStr
The type of the None singleton.
work_email: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.send_user_feedback_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.send_user_feedback_request.SendUserFeedbackRequest
edgeimpulse_api.models.send_user_feedback_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.send_user_feedback_request.SendUserFeedbackRequest
edgeimpulse_api.models.send_user_feedback_request.type_validate_enum(
v
)
edgeimpulse_api.models.send_user_feedback_request.to_dict(
self
)
edgeimpulse_api.models.send_user_feedback_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.send_user_feedback_request.to_str(
self
) ‑> str