PracticeUpdate
extends BaseComponent
in package
Table of Contents
Properties
- $departure_time : string|null
- $dismissal_time : string|null
- $id : int
- $location_id : int|null
- $pickup_time : string|null
- $practice_end_date : string|null
- $practice_note : string|null
- $practice_start_date : string
- $room_id : int|null
- $send_notification : bool|null
- $skip_validation : bool|null
- $title : string|null
- $transportation_id : int|null
- $fields : array<string|int, string>
Properties
$departure_time
public
string|null
$departure_time
Time that team will depart for practice
Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$dismissal_time
public
string|null
$dismissal_time
Time that participants should be
dismissed
Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$id
public
int
$id
The ID of the practice
$location_id
public
int|null
$location_id
ID of the location of the practice
$pickup_time
public
string|null
$pickup_time
Time that participants should be picked up
Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$practice_end_date
public
string|null
$practice_end_date
Date and time for practice to end
Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$practice_note
public
string|null
$practice_note
Free form notes about this practice
$practice_start_date
public
string
$practice_start_date
Date and time for practice to start
Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$room_id
public
int|null
$room_id
ID of the venue of the practice
$send_notification
public
bool|null
$send_notification
Toggle to true to send a notification of this event
$skip_validation
public
bool|null
$skip_validation
Set to true to skip validation of this event
$title
public
string|null
$title
The title of the practice
$transportation_id
public
int|null
$transportation_id
ID of the transportation method for the practice
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "send_notification" => "bool", "title" => "string", "practice_start_date" => "string", "practice_end_date" => "string", "location_id" => "int", "room_id" => "int", "transportation_id" => "int", "dismissal_time" => "string", "departure_time" => "string", "pickup_time" => "string", "practice_note" => "string", "skip_validation" => "bool"]