Class SlackResponseAttachmentFields
Inheritance
System.Object
SlackResponseAttachmentFields
Assembly: LambdaSharp.Slack.dll
Syntax
public class SlackResponseAttachmentFields
Properties
Short
Declaration
[JsonPropertyName("short")]
public bool Short { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Title
Declaration
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|