qcrboxapiclient.models.q_cr_box_health_responseΒΆ
- class qcrboxapiclient.models.q_cr_box_health_response.QCrBoxHealthResponse(status)
Bases:
object- Parameters:
status (str)
- status
- Type:
str
- property additional_keys: list[str]
-
additional_properties:
dict[str,Any]
- classmethod from_dict(src_dict)
- Return type:
TypeVar(T, bound= QCrBoxHealthResponse)- Parameters:
src_dict (Mapping[str, Any])
-
status:
str
- to_dict()
- Return type:
dict[str,Any]