!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/twilio/sdk/src/Twilio/Rest/Bulkexports/V1/Export/   drwxr-xr-x
Free 13.18 GB of 57.97 GB (22.74%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ExportCustomJobInstance.php (2.86 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * This code was generated by
 * \ / _    _  _|   _  _
 * | (_)\/(_)(_|\/| |(/_  v1.0.0
 * /       /
 */

namespace Twilio\Rest\Bulkexports\V1\Export;

use 
Twilio\Exceptions\TwilioException;
use 
Twilio\InstanceResource;
use 
Twilio\Values;
use 
Twilio\Version;

/**
 * @property string $friendlyName
 * @property string $resourceType
 * @property string $startDay
 * @property string $endDay
 * @property string $webhookUrl
 * @property string $webhookMethod
 * @property string $email
 * @property string $jobSid
 * @property array $details
 * @property string $jobQueuePosition
 * @property string $estimatedCompletionTime
 */
class ExportCustomJobInstance extends InstanceResource {
    
/**
     * Initialize the ExportCustomJobInstance
     *
     * @param Version $version Version that contains the resource
     * @param mixed[] $payload The response payload
     * @param string $resourceType The type of communication – Messages, Calls,
     *                             Conferences, and Participants
     */
    
public function __construct(Version $version, array $payloadstring $resourceType) {
        
parent::__construct($version);

        
// Marshaled Properties
        
$this->properties = [
            
'friendlyName' => Values::array_get($payload'friendly_name'),
            
'resourceType' => Values::array_get($payload'resource_type'),
            
'startDay' => Values::array_get($payload'start_day'),
            
'endDay' => Values::array_get($payload'end_day'),
            
'webhookUrl' => Values::array_get($payload'webhook_url'),
            
'webhookMethod' => Values::array_get($payload'webhook_method'),
            
'email' => Values::array_get($payload'email'),
            
'jobSid' => Values::array_get($payload'job_sid'),
            
'details' => Values::array_get($payload'details'),
            
'jobQueuePosition' => Values::array_get($payload'job_queue_position'),
            
'estimatedCompletionTime' => Values::array_get($payload'estimated_completion_time'),
        ];

        
$this->solution = ['resourceType' => $resourceType, ];
    }

    
/**
     * Magic getter to access properties
     *
     * @param string $name Property to access
     * @return mixed The requested property
     * @throws TwilioException For unknown properties
     */
    
public function __get(string $name) {
        if (
\array_key_exists($name$this->properties)) {
            return 
$this->properties[$name];
        }

        if (
\property_exists($this'_' $name)) {
            
$method 'get' \ucfirst($name);
            return 
$this->$method();
        }

        throw new 
TwilioException('Unknown property: ' $name);
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        return 
'[Twilio.Bulkexports.V1.ExportCustomJobInstance]';
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.005 ]--