Class GetFrameTreeCommandResponse
Response for GetFrameTree
public sealed class GetFrameTreeCommandResponse : ICommandResponse<GetFrameTreeCommandSettings>, ICommandResponse
- Inheritance
-
GetFrameTreeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
FrameTree
Gets or sets the frameTree
[JsonPropertyName("frameTree")]
public FrameTree FrameTree { get; set; }