SitemapsResource class

Constructors

SitemapsResource(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

delete(String siteUrl, String feedpath, {String? $fields}) Future<void>
Deletes a sitemap from the Sitemaps report.
get(String siteUrl, String feedpath, {String? $fields}) Future<WmxSitemap>
Retrieves information about a specific sitemap.
list(String siteUrl, {String? sitemapIndex, String? $fields}) Future<SitemapsListResponse>
Lists the [sitemaps-entries](/webmaster-tools/v3/sitemaps) submitted for this site, or included in the sitemap index file (if sitemapIndex is specified in the request).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submit(String siteUrl, String feedpath, {String? $fields}) Future<void>
Submits a sitemap for a site.
toString() String
A string representation of this object.
inherited

Operators

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