Class SetUserAgentOverrideCommandSettings
SetUserAgentOverride
public sealed class SetUserAgentOverrideCommandSettings : ICommand
- Inheritance
-
SetUserAgentOverrideCommandSettings
- Implements
- Inherited Members
Properties
AcceptLanguage
Gets or sets the acceptLanguage
[JsonPropertyName("acceptLanguage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string AcceptLanguage { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Platform
Gets or sets the platform
[JsonPropertyName("platform")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Platform { get; set; }
Property Value
UserAgent
Gets or sets the userAgent
[JsonPropertyName("userAgent")]
public string UserAgent { get; set; }
Property Value
UserAgentMetadata
Gets or sets the userAgentMetadata
[JsonPropertyName("userAgentMetadata")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public UserAgentMetadata UserAgentMetadata { get; set; }