Class GetFlattenedDocumentCommandResponse
Response for GetFlattenedDocument
public sealed class GetFlattenedDocumentCommandResponse : ICommandResponse<GetFlattenedDocumentCommandSettings>, ICommandResponse
- Inheritance
-
GetFlattenedDocumentCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Nodes
Gets or sets the nodes
[JsonPropertyName("nodes")]
public Node[] Nodes { get; set; }
Property Value
- Node[]