Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
openai-php
/
client
/
src
/
Responses
/
Meta
Location:
/home/zoteqbgb/public_html/vendor/openai-php/client/src/Responses/Meta
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: MetaInformationRateLimit.php
<?php namespace OpenAI\Responses\Meta; final class MetaInformationRateLimit { private function __construct( public readonly ?int $limit, public readonly int $remaining, public readonly ?string $reset, ) {} /** * @param array{limit: ?int, remaining: int, reset: ?string} $attributes */ public static function from(array $attributes): self { return new self( $attributes['limit'], $attributes['remaining'], $attributes['reset'], ); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
MetaInformation.php
4,348 bytes
0644
2025-03-05 19:52
âï¸
ðï¸
Rename
MetaInformationOpenAI.php
680 bytes
0644
2025-03-05 19:52
âï¸
ðï¸
Rename
MetaInformationRateLimit.php
549 bytes
0644
2025-03-05 19:52
âï¸
ðï¸
Rename
Chang
Apply