Class AddServiceCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V137.BluetoothEmulation
- Assembly
- WebDriver.dll
Response for AddService
public sealed class AddServiceCommandResponse : ICommandResponse<AddServiceCommandSettings>, ICommandResponse
- Inheritance
-
AddServiceCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ServiceId
Gets or sets the serviceId
[JsonPropertyName("serviceId")]
public string ServiceId { get; set; }