Compatibility Class

Product compatibility.

Constructor

Compatibility(*, is_compatible: bool | None = None, message: str | None = None, description: str | None = None, issues: list[typing.Union[str, ForwardRef('_models.CompatibilityIssue')]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
is_compatible

Tells if product is compatible with current device.

Default value: None
message
str

Short error message if any compatibility issues are found.

Default value: None
description
str

Full error message if any compatibility issues are found.

Default value: None
issues

List of all issues found.

Default value: None

Variables

Name Description
is_compatible

Tells if product is compatible with current device.

message
str

Short error message if any compatibility issues are found.

description
str

Full error message if any compatibility issues are found.

issues

List of all issues found.