ActionData

C# class definition for ActionData

Namespace

Streamer.bot.Plugin.Interface.Model

Definition

ActionData.cs
public class ActionData
{
  public Guid Id { get; set; }
  public string Name { get; set; }
  public bool Enabled { get; set; }
  public string Group { get; set; }
  public string Queue { get; set; }
  public Guid QueueId { get; set; }
}

Properties

Id
Guid
Name
string
Enabled
bool
Group
string
Queue
string
QueueId
Guid