Show / Hide Table of Contents

Class Browser

Web browser metadata.

Inheritance
object
Browser
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.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Browser : IDirectResponseSchema

Properties

BrowserValue

Browser name.

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

DisplayName

Browser name and version number. Formatted to be suitable for passing to BrowserFilter.

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

DisplayVersion

Browser display version number.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX