Class Browser
Web browser metadata.
Implements
Inherited Members
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 |