Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1UrlVisitsBreakdown

A URL visits summary for a given breakdown dimension.

Inheritance
object
GoogleChromeManagementVersionsV1UrlVisitsBreakdown
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1UrlVisitsBreakdown : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventDomain

The event domain of the URL visits.

Declaration
[JsonProperty("eventDomain")]
public virtual string EventDomain { get; set; }
Property Value
Type Description
string

Summary

The summary of URL visits for the breakdown dimension.

Declaration
[JsonProperty("summary")]
public virtual GoogleChromeManagementVersionsV1UrlVisitsSummary Summary { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1UrlVisitsSummary

User

The user that visited the URL.

Declaration
[JsonProperty("user")]
public virtual string User { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX