name property
The resource name of the traffic statistics.
Traffic statistic names have the form
domains/{domain}/trafficStats/{date}
, where domain_name is the fully
qualified domain name (i.e., mymail.mydomain.com) of the domain this
traffic statistics pertains to and date is the date in yyyymmdd format
that these statistics corresponds to. For example:
domains/mymail.mydomain.com/trafficStats/20160807
Implementation
core.String? name;