Show / Hide Table of Contents

Class ScreenviewData

Inheritance
object
ScreenviewData
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.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class ScreenviewData : IDirectResponseSchema

Properties

AppName

The application name.

Declaration
[JsonProperty("appName")]
public virtual string AppName { 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

MobileDeviceBranding

Mobile manufacturer or branded name. Eg: "Google", "Apple" etc.

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

MobileDeviceModel

Mobile device model. Eg: "Pixel", "iPhone" etc.

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

ScreenName

The name of the screen.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX