- property string $name The name given to the contact list
- property bool $favorite Identifies whether or not the account has favorited the contact list.
- property string $description Text describing the list.
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['name' => 'string', 'favorite' => 'bool', 'description' => 'string'] |
protected static array $maxLength = ['name' => 255] |
Properties |
protected static array $fields = ['name' => 'string', 'favorite' => 'bool', 'description' => 'string'] |
protected static array $maxLength = ['name' => 255] |