Class OperatingSystem
Mobile device operating system metadata.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class OperatingSystem : IDirectResponseSchema
Properties
DeviceType
The device category (mobile, tablet, desktop).
Declaration
[JsonProperty("deviceType")]
public virtual string DeviceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Name and version number. Formatted to be suitable for passing to OperatingSystemFilter.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayVersion
Operating system 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 |
ModificationState
Indicates if the OS has been modified or "jailbroken".
Declaration
[JsonProperty("modificationState")]
public virtual string ModificationState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Os
Operating system name.
Declaration
[JsonProperty("os")]
public virtual string Os { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The OS type on Apple platforms (iOS, iPadOS, etc.).
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |