ActionColumn public class ActionColumn Represents a column returned as part of the results of a script action. Documentation public ActionColumnDataType DataType { get; set; } Gets or sets the data type of the column. public string Name { get; set; } Gets or sets the column name. public ActionColumn()