qcrboxapiclient.models.applications_response¶
- class qcrboxapiclient.models.applications_response.ApplicationsResponse(applications)
Bases:
object
- Parameters:
applications (list[ApplicationSpecWithCommandsResponse])
- applications
- Type:
list[‘ApplicationSpecWithCommandsResponse’]
- property additional_keys: list[str]
-
additional_properties:
dict
[str
,Any
]
-
applications:
list
[ApplicationSpecWithCommandsResponse]
- classmethod from_dict(src_dict)
- Return type:
TypeVar
(T
, bound= ApplicationsResponse)- Parameters:
src_dict (Mapping[str, Any])
- to_dict()
- Return type:
dict
[str
,Any
]