Class UserAgentMetadata
UserAgentMetadata
public sealed class UserAgentMetadata
- Inheritance
-
UserAgentMetadata
- Inherited Members
Properties
Architecture
architecture
[JsonPropertyName("architecture")]
public string Architecture { get; set; }
Property Value
Bitness
bitness
[JsonPropertyName("bitness")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Bitness { get; set; }
Property Value
Brands
brands
[JsonPropertyName("brands")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public UserAgentBrandVersion[] Brands { get; set; }
Property Value
FullVersion
fullVersion
[JsonPropertyName("fullVersion")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FullVersion { get; set; }
Property Value
FullVersionList
fullVersionList
[JsonPropertyName("fullVersionList")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public UserAgentBrandVersion[] FullVersionList { get; set; }
Property Value
Mobile
mobile
[JsonPropertyName("mobile")]
public bool Mobile { get; set; }
Property Value
Model
model
[JsonPropertyName("model")]
public string Model { get; set; }
Property Value
Platform
platform
[JsonPropertyName("platform")]
public string Platform { get; set; }
Property Value
PlatformVersion
platformVersion
[JsonPropertyName("platformVersion")]
public string PlatformVersion { get; set; }
Property Value
Wow64
wow64
[JsonPropertyName("wow64")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Wow64 { get; set; }
Property Value
- bool?