Show / Hide Table of Contents

Class SlackRequest

Inheritance
System.Object
SlackRequest
Namespace: LambdaSharp.Slack
Assembly: LambdaSharp.Slack.dll
Syntax
public class SlackRequest

Properties

ChannelId

Declaration
[JsonPropertyName("channel_id")]
public string ChannelId { get; set; }
Property Value
Type Description
System.String

ChannelName

Declaration
[JsonPropertyName("channel_name")]
public string ChannelName { get; set; }
Property Value
Type Description
System.String

Command

Declaration
[JsonPropertyName("command")]
public string Command { get; set; }
Property Value
Type Description
System.String

EnterpriseId

Declaration
[JsonPropertyName("enterprise_id")]
public string EnterpriseId { get; set; }
Property Value
Type Description
System.String

EnterpriseName

Declaration
[JsonPropertyName("enterprise_name")]
public string EnterpriseName { get; set; }
Property Value
Type Description
System.String

ResponseUrl

Declaration
[JsonPropertyName("response_url")]
public string ResponseUrl { get; set; }
Property Value
Type Description
System.String

TeamDomain

Declaration
[JsonPropertyName("team_domain")]
public string TeamDomain { get; set; }
Property Value
Type Description
System.String

TeamId

Declaration
[JsonPropertyName("team_id")]
public string TeamId { get; set; }
Property Value
Type Description
System.String

Text

Declaration
[JsonPropertyName("text")]
public string Text { get; set; }
Property Value
Type Description
System.String

Token

Declaration
[JsonPropertyName("token")]
public string Token { get; set; }
Property Value
Type Description
System.String

UserId

Declaration
[JsonPropertyName("user_id")]
public string UserId { get; set; }
Property Value
Type Description
System.String

UserName

Declaration
[JsonPropertyName("user_name")]
public string UserName { get; set; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
In This Article
Back to top Generated by DocFX