AddTableValuesRequest
extends BaseComponent
in package
Request object for adding table values
Table of Contents
Properties
- $table : string
- $table_values : array<string|int, TableValueAdd>
- $fields : array<string|int, string>
Properties
$table
public
string
$table
The ID or description of the table type
$table_values
public
array<string|int, TableValueAdd>
$table_values
An array of table values to add to the table
$fields
protected
static array<string|int, string>
$fields
= ["table" => "string", "table_values" => "\\Blackbaud\\SKY\\School\\Components\\TableValueAdd[]"]