qcrboxapiclient.models.applications_response

class qcrboxapiclient.models.applications_response.ApplicationsResponse(applications)

Bases: object

Parameters:

applications (list[ApplicationSpecWithCommands])

applications
Type:

list[‘ApplicationSpecWithCommands’]

property additional_keys: list[str]
additional_properties: dict[str, Any]
applications: list[ApplicationSpecWithCommands]
classmethod from_dict(src_dict)
Return type:

TypeVar(T, bound= ApplicationsResponse)

Parameters:

src_dict (Mapping[str, Any])

to_dict()
Return type:

dict[str, Any]