Class GetIsolateIdCommandResponse
Response for Returns the isolate id.
public sealed class GetIsolateIdCommandResponse : ICommandResponse<GetIsolateIdCommandSettings>, ICommandResponse
- Inheritance
-
GetIsolateIdCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Id
The isolate id.
[JsonPropertyName("id")]
public string Id { get; set; }