DomainsTrafficStatsResource class

Constructors

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

get(String name, {String? $fields}) Future<TrafficStats>
Get traffic statistics for a domain on a specific date.
list(String parent, {int? endDate_day, int? endDate_month, int? endDate_year, int? pageSize, String? pageToken, int? startDate_day, int? startDate_month, int? startDate_year, String? $fields}) Future<ListTrafficStatsResponse>
List traffic statistics for all available days.
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