GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility class
Provides compatibility information for a specific metadata store.
Constructors
- GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility({bool? compatible, String? reason})
- GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility.fromJson(Map json_)
Properties
- compatible ↔ bool?
-
Whether the entity is compatible and can be represented in the metadata
store.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- reason ↔ String?
-
Provides additional detail if the entity is incompatible with the metadata
store.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited