SlackConnector.Models.SlackAttachment.SlackAttachment C# (CSharp) Method

SlackAttachment() public method

public SlackAttachment ( ) : System.Collections.Generic
return System.Collections.Generic
        public SlackAttachment()
        {
            Fields = new List<SlackAttachmentField>();
        }