Class RequestJsonResult
- Namespace
- Fluxzy.Formatters.Producers.Requests
- Assembly
- Fluxzy.Core.dll
public class RequestJsonResult : FormattingResult
- Inheritance
-
RequestJsonResult
- Inherited Members
Constructors
RequestJsonResult(string, string?, string)
public RequestJsonResult(string title, string? rawBody, string formattedBody)
Parameters
Properties
FormattedBody
public string FormattedBody { get; }
Property Value
RawBody
public string? RawBody { get; }