Class AttachToTargetCommandResponse
Response for Attaches to the target with given id.
public sealed class AttachToTargetCommandResponse : ICommandResponse<AttachToTargetCommandSettings>, ICommandResponse
- Inheritance
-
AttachToTargetCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
SessionId
Id assigned to the session.
[JsonPropertyName("sessionId")]
public string SessionId { get; set; }