UrlInspectionResult class

URL inspection result, including all inspection results.

Constructors

UrlInspectionResult({AmpInspectionResult? ampResult, IndexStatusInspectionResult? indexStatusResult, String? inspectionResultLink, MobileUsabilityInspectionResult? mobileUsabilityResult, RichResultsInspectionResult? richResultsResult})
UrlInspectionResult.fromJson(Map json_)

Properties

ampResult AmpInspectionResult?
Result of the AMP analysis.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indexStatusResult IndexStatusInspectionResult?
Result of the index status analysis.
getter/setter pair
Link to Search Console URL inspection.
getter/setter pair
mobileUsabilityResult MobileUsabilityInspectionResult?
Result of the Mobile usability analysis.
getter/setter pair
richResultsResult RichResultsInspectionResult?
Result of the Rich Results analysis.
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