Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
stripe
/
stripe-php
/
lib
/
Service
/
Sigma
Location:
/home/zoteqbgb/public_html/vendor/stripe/stripe-php/lib/Service/Sigma
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: ScheduledQueryRunService.php
<?php // File generated from our OpenAPI spec namespace Stripe\Service\Sigma; class ScheduledQueryRunService extends \Stripe\Service\AbstractService { /** * Returns a list of scheduled query runs. * * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts * * @throws \Stripe\Exception\ApiErrorException if the request fails * * @return \Stripe\Collection<\Stripe\Sigma\ScheduledQueryRun> */ public function all($params = null, $opts = null) { return $this->requestCollection('get', '/v1/sigma/scheduled_query_runs', $params, $opts); } /** * Retrieves the details of an scheduled query run. * * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts * * @throws \Stripe\Exception\ApiErrorException if the request fails * * @return \Stripe\Sigma\ScheduledQueryRun */ public function retrieve($id, $params = null, $opts = null) { return $this->request('get', $this->buildPath('/v1/sigma/scheduled_query_runs/%s', $id), $params, $opts); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
ScheduledQueryRunService.php
1,155 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
SigmaServiceFactory.php
598 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
Chang
Apply