2022-01-26 11:32:16 -05:00
|
|
|
|
namespace SharedLibraryCore.Dtos.Meta.Responses
|
2020-08-17 22:21:11 -04:00
|
|
|
|
{
|
|
|
|
|
public class InformationResponse : BaseMetaResponse
|
|
|
|
|
{
|
|
|
|
|
public string Key { get; set; }
|
|
|
|
|
public string Value { get; set; }
|
|
|
|
|
public string ToolTipText { get; set; }
|
|
|
|
|
}
|
2022-01-26 11:32:16 -05:00
|
|
|
|
}
|