Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1ContentTransfersBreakdown

A content transfers summary for a given breakdown dimension.

Inheritance
object
GoogleChromeManagementVersionsV1ContentTransfersBreakdown
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 GoogleChromeManagementVersionsV1ContentTransfersBreakdown : IDirectResponseSchema

Properties

ContentCategory

The content category of the content transfers.

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

ETag

The ETag of the item.

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

EventDomain

The event domain of the content transfers.

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

Summary

The summary of content transfers for the breakdown dimension.

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

User

The user that transferred the content.

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