Show / Hide Table of Contents

Class OperatingSystem

Mobile device operating system metadata.

Inheritance
object
OperatingSystem
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX