UrlVisitsSummary

Summary of URL visits for a given metric.

JSON representation
{
  "metric": enum (UrlVisitsMetric),

  // Union field value can be only one of the following:
  "count": string
  // End of list of possible types for union field value.
}
Fields
metric

enum (UrlVisitsMetric)

The type of URL visits metric.

Union field value. The value of the URL visits metric. value can be only one of the following:
count

string (int64 format)

The count of the URL visits metric.