using System;
using System.Collections.Generic;
using System.Text;
namespace Postman
{
public class Attachment
{
public string color { get; set; }
public string title { get; set; }
public string title_link { get; set; }
public string text { get; set; }
}
}