SitesResource class

Constructors

SitesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String siteUrl, {String? $fields}) Future<void>
Adds a site to the set of the user's sites in Search Console.
delete(String siteUrl, {String? $fields}) Future<void>
Removes a site from the set of the user's Search Console sites.
get(String siteUrl, {String? $fields}) Future<WmxSite>
Retrieves information about specific site.
list({String? $fields}) Future<SitesListResponse>
Lists the user's Search Console sites.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited