/// A required plain-text summary of the post. This is used in notifications, and in clients that don’t support formatted text (eg IRC).
/// </summary>
[JsonProperty(PropertyName = "fallback")]
publicstringFallback{get;set;}
/// <summary>
/// A hex color code that will be used as the left border color for the attachment. If not specified, it will default to match the left hand sidebar header background color.
/// </summary>
[JsonProperty(PropertyName = "color")]
publicstringColor{get;set;}
/// <summary>
/// Optional text that should appear above the formatted data
/// </summary>
[JsonProperty(PropertyName = "pretext")]
publicstringPretext{get;set;}
/// <summary>
/// The text to be included in the attachment. It can be formatted using Markdown. If it includes more than 300 characters or more than 5 line breaks, the message will be collapsed and a “Show More” link will be added to expand the message.