InspectUrlIndexRequest class
Index inspection request.
Constructors
- InspectUrlIndexRequest({String? inspectionUrl, String? languageCode, String? siteUrl})
- InspectUrlIndexRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inspectionUrl ↔ String?
-
URL to inspect.
getter/setter pair
- languageCode ↔ String?
-
An [IETF BCP-47](https://en.wikipedia.org/wiki/IETF_language_tag)
language code representing the requested language for translated issue
messages, e.g. "en-US", "or "de-CH".
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- siteUrl ↔ String?
-
The URL of the property as defined in Search Console.
getter/setter pair
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