ListRead
extends BaseComponent
in package
ListRead Class
Table of Contents
Properties
- $category : string|null
- $created : string|null
- $created_by : string|null
- $description : string|null
- $id : int
- $last_modified : string|null
- $name : string|null
- $type : string|null
- $fields : array<string|int, string>
Properties
$category
public
string|null
$category
The category of the list
$created
public
string|null
$created
The date the list was created on
$created_by
public
string|null
$created_by
The name of the user who created the list
$description
public
string|null
$description
The description of the list
$id
public
int
$id
The id of the list
$last_modified
public
string|null
$last_modified
The date the list was last modified
$name
public
string|null
$name
The name of the list
$type
public
string|null
$type
The list type, either Basic or Advanced
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "name" => "string", "type" => "string", "description" => "string", "category" => "string", "created_by" => "string", "created" => "string", "last_modified" => "string"]