SlackConnector.Models.SlackAttachment.SlackAttachment C# (CSharp) 메소드

SlackAttachment() 공개 메소드

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