Class CheckCompatibilityResponse (0.1.0)

CheckCompatibilityResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for CheckCompatibility.

Attributes

Name Description
is_compatible bool
The compatibility check result. If true, the schema is compatible with the resource.
messages MutableSequence[str]
Failure reasons if verbose = true.