Class GoogleChromeManagementVersionsV1ContentTransfersBreakdown
A content transfers summary for a given breakdown dimension.
Implements
Inherited Members
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 |