qcs_api_client.models.check_client_application_response#

Module Contents#

Classes#

CheckClientApplicationResponse

qcs_api_client.models.check_client_application_response.is_latest_version#

Attributes#

T

qcs_api_client.models.check_client_application_response.T#
class qcs_api_client.models.check_client_application_response.CheckClientApplicationResponse#
is_latest_version#
Type

bool

is_update_required#

Set to true if component is not at latest version.

Type

bool

message#
Type

str

is_latest_version :bool#
is_update_required :bool#
message :str#
additional_properties :Dict[str, Any]#
to_dict(pick_by_predicate: Optional[Callable[[Any], bool]] = is_not_none) Dict[str, Any]#
classmethod from_dict(src_dict: Dict[str, Any]) T#
property additional_keys List[str]#
__getitem__(key: str) Any#
__setitem__(key: str, value: Any) None#
__delitem__(key: str) None#
__contains__(key: str) bool#