Show / Hide Table of Contents

Class SlackResponseAttachmentFields

Inheritance
System.Object
SlackResponseAttachmentFields
Namespace: LambdaSharp.Slack
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
In This Article
Back to top Generated by DocFX