MasterScheduleBlock
extends BaseComponent
Table of Contents
Properties
-
$block
: string|null
-
$block_id
: int
-
$end_time
: string|null
-
$is_canceled
: bool
-
$offering_type
: int|null
-
$start_time
: string|null
-
$fields
: array<string|int, string>
$block
public
string|null
$block
$block_id
public
int
$block_id
$end_time
public
string|null
$end_time
$is_canceled
public
bool
$is_canceled
$offering_type
public
int|null
$offering_type
$start_time
public
string|null
$start_time
$fields
protected
static array<string|int, string>
$fields
= ["block_id" => "int", "block" => "string", "start_time" => "string", "end_time" => "string", "offering_type" => "int", "is_canceled" => "bool"]