Class ProtobufFormattingResult
- Namespace
- Fluxzy.Formatters.Producers.Grpc
- Assembly
- Fluxzy.Core.dll
public class ProtobufFormattingResult : FormattingResult
- Inheritance
-
ProtobufFormattingResult
- Inherited Members
-
Constructors
public ProtobufFormattingResult(string title, string formattedContent)
Parameters
title string
formattedContent string
Properties
FormattedContent
public string FormattedContent { get; }
Property Value
- string
public string? GrpcMessage { get; set; }
Property Value
- string
public int? GrpcStatus { get; set; }
Property Value
- int?
public bool HasProtoDescriptor { get; set; }
Property Value
- bool
public string? MethodName { get; set; }
Property Value
- string
public string? ServiceName { get; set; }
Property Value
- string