code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Action",$param) and $param["Action"] !== null) {
$this->Action = $param["Action"];
}
if (array_key_exists("Regex",$param) and $param["Regex"] !== null) {
$this->Regex = $param["Regex"];
}
if (array_key_exists("Value",$param) and $param["Value"] !== null) {
$this->Value = $param["Value"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/URLPath.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/URLPath.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/ModifyFunctionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/ModifyFunctionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/ModifyFunctionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/ModifyFunctionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ZoneName",$param) and $param["ZoneName"] !== null) {
$this->ZoneName = $param["ZoneName"];
}
if (array_key_exists("ZoneConfig",$param) and $param["ZoneConfig"] !== null) {
$this->ZoneConfig = new ZoneConfig();
$this->ZoneConfig->deserialize($param["ZoneConfig"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/ZoneConfigParameters.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/ZoneConfigParameters.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Switch",$param) and $param["Switch"] !== null) {
$this->Switch = $param["Switch"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/AccelerateMainland.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/AccelerateMainland.php | Apache-2.0 |
function __construct()
{
} | @param string $ZoneName 站点名称。
@param string $Domain 站点下的子域名。如果验证站点下的子域名,则传该值,否则为空。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/IdentifyZoneRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/IdentifyZoneRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ZoneName",$param) and $param["ZoneName"] !== null) {
$this->ZoneName = $param["ZoneName"];
}
if (array_key_exists("Domain",$param) and $param["Domain"] !== null) {
$this->Domain = $param["Domain"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/IdentifyZoneRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/IdentifyZoneRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ZoneId",$param) and $param["ZoneId"] !== null) {
$this->ZoneId = $param["ZoneId"];
}
if (array_key_exists("AliasName",$param) and $param["AliasName"] !== null) {
$this->AliasName = $param["AliasName"];
}
if (array_key_exists("TargetName",$param) and $param["TargetName"] !== null) {
$this->TargetName = $param["TargetName"];
}
if (array_key_exists("CertType",$param) and $param["CertType"] !== null) {
$this->CertType = $param["CertType"];
}
if (array_key_exists("CertId",$param) and $param["CertId"] !== null) {
$this->CertId = $param["CertId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/CreateAliasDomainRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/CreateAliasDomainRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RuleId 规则 ID。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/CreateRuleResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/CreateRuleResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RuleId",$param) and $param["RuleId"] !== null) {
$this->RuleId = $param["RuleId"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/CreateRuleResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/CreateRuleResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/DeleteAliasDomainResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/DeleteAliasDomainResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/DeleteAliasDomainResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/DeleteAliasDomainResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Domain 站点或者加速域名。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/VerifyOwnershipRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/VerifyOwnershipRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Domain",$param) and $param["Domain"] !== null) {
$this->Domain = $param["Domain"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/VerifyOwnershipRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/VerifyOwnershipRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $Timestamp 返回数据对应时间点,采用 unix 秒级时间戳。
@param integer $Value 具体数值。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/TimingDataItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/TimingDataItem.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Timestamp",$param) and $param["Timestamp"] !== null) {
$this->Timestamp = $param["Timestamp"];
}
if (array_key_exists("Value",$param) and $param["Value"] !== null) {
$this->Value = $param["Value"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/TimingDataItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/TimingDataItem.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/ModifyL7AccRulePriorityResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/ModifyL7AccRulePriorityResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/ModifyL7AccRulePriorityResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/ModifyL7AccRulePriorityResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $IPRegionInfo IP 归属信息列表。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/DescribeIPRegionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/DescribeIPRegionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Switch",$param) and $param["Switch"] !== null) {
$this->Switch = $param["Switch"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/ImageOptimize.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/ImageOptimize.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/DeleteL4ProxyRulesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/DeleteL4ProxyRulesResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/DeleteL4ProxyRulesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/DeleteL4ProxyRulesResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Switch",$param) and $param["Switch"] !== null) {
$this->Switch = $param["Switch"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/AccelerateMainlandParameters.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/AccelerateMainlandParameters.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 转发规则总数。
@param array $L4ProxyRules 转发规则列表。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/DescribeL4ProxyRulesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/DescribeL4ProxyRulesResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Switch",$param) and $param["Switch"] !== null) {
$this->Switch = $param["Switch"];
}
if (array_key_exists("PolicyId",$param) and $param["PolicyId"] !== null) {
$this->PolicyId = $param["PolicyId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/Waf.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/Waf.php | Apache-2.0 |
function __construct()
{
} | @param string $TaskId 表示该次导入配置的任务 Id,通过查询站点配置导入结果接口(DescribeZoneConfigImportResult)获取本次导入任务执行的结果。注意:导入任务 Id 仅支持查询最近 7 天的导入任务。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/ImportZoneConfigResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/ImportZoneConfigResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TaskId",$param) and $param["TaskId"] !== null) {
$this->TaskId = $param["TaskId"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/ImportZoneConfigResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/ImportZoneConfigResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FullURLCache",$param) and $param["FullURLCache"] !== null) {
$this->FullURLCache = $param["FullURLCache"];
}
if (array_key_exists("IgnoreCase",$param) and $param["IgnoreCase"] !== null) {
$this->IgnoreCase = $param["IgnoreCase"];
}
if (array_key_exists("QueryString",$param) and $param["QueryString"] !== null) {
$this->QueryString = new CacheKeyQueryString();
$this->QueryString->deserialize($param["QueryString"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/CacheKeyConfigParameters.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/CacheKeyConfigParameters.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Switch",$param) and $param["Switch"] !== null) {
$this->Switch = $param["Switch"];
}
if (array_key_exists("PolicyId",$param) and $param["PolicyId"] !== null) {
$this->PolicyId = $param["PolicyId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/CC.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/CC.php | Apache-2.0 |
function __construct()
{
} | @param string $RecordId DNS 记录 ID。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/CreateDnsRecordResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/CreateDnsRecordResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RecordId",$param) and $param["RecordId"] !== null) {
$this->RecordId = $param["RecordId"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/CreateDnsRecordResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/CreateDnsRecordResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Switch",$param) and $param["Switch"] !== null) {
$this->Switch = $param["Switch"];
}
if (array_key_exists("BlockRuleIDs",$param) and $param["BlockRuleIDs"] !== null) {
$this->BlockRuleIDs = $param["BlockRuleIDs"];
}
if (array_key_exists("ObserveRuleIDs",$param) and $param["ObserveRuleIDs"] !== null) {
$this->ObserveRuleIDs = $param["ObserveRuleIDs"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/WafRule.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/WafRule.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 该查询条件总共条目数。
@param array $Tasks 任务结果列表。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/DescribePrefetchTasksResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/DescribePrefetchTasksResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ZoneId 站点 ID。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/DeleteZoneRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/DeleteZoneRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ZoneId",$param) and $param["ZoneId"] !== null) {
$this->ZoneId = $param["ZoneId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/DeleteZoneRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/DeleteZoneRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ZoneId 站点 ID。
@param string $EnvId 环境 ID。请填写版本需要发布到的环境 ID。
@param array $ConfigGroupVersionInfos 需要发布的版本信息。可以同时变更多个不同配置组的版本,每个配置组一次仅支持变更一个版本。
@param string $Description 变更说明。用于描述此次变更的内容、原因,最大支持 100 个字符。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/DeployConfigGroupVersionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/DeployConfigGroupVersionRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Switch",$param) and $param["Switch"] !== null) {
$this->Switch = $param["Switch"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/RangeOriginPullParameters.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/RangeOriginPullParameters.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Mode",$param) and $param["Mode"] !== null) {
$this->Mode = $param["Mode"];
}
if (array_key_exists("ID",$param) and $param["ID"] !== null) {
$this->ID = $param["ID"];
}
if (array_key_exists("Action",$param) and $param["Action"] !== null) {
$this->Action = $param["Action"];
}
if (array_key_exists("PunishTime",$param) and $param["PunishTime"] !== null) {
$this->PunishTime = $param["PunishTime"];
}
if (array_key_exists("Threshold",$param) and $param["Threshold"] !== null) {
$this->Threshold = $param["Threshold"];
}
if (array_key_exists("Period",$param) and $param["Period"] !== null) {
$this->Period = $param["Period"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Teo/V20220901/Models/RateLimitTemplateDetail.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Teo/V20220901/Models/RateLimitTemplateDetail.php | Apache-2.0 |
function __construct($credential, $region, $profile=null)
{
parent::__construct($this->endpoint, $this->version, $credential, $region, $profile);
} | @param Credential $credential
@param string $region
@param ClientProfile|null $profile
@throws TencentCloudSDKException | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/AswClient.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/AswClient.php | Apache-2.0 |
function __construct()
{
} | @param string $ExecutionQrn 执行名称 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/StopExecutionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/StopExecutionRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ExecutionQrn",$param) and $param["ExecutionQrn"] !== null) {
$this->ExecutionQrn = $param["ExecutionQrn"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/StopExecutionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/StopExecutionRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $FlowServiceResource 状态机资源名
@param string $Definition 定义JSON
@param string $FlowServiceName 状态机所属服务名
@param string $FlowServiceChineseName 状态机所属服务中文名
@param boolean $IsNewRole 是否是新角色
@param string $Type 状态机类型
@param string $RoleResource 角色资源名
@param string $Description 状态机备注
@param boolean $EnableCLS 是否允许日志投递 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/ModifyFlowServiceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/ModifyFlowServiceRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FlowServiceResource",$param) and $param["FlowServiceResource"] !== null) {
$this->FlowServiceResource = $param["FlowServiceResource"];
}
if (array_key_exists("Definition",$param) and $param["Definition"] !== null) {
$this->Definition = $param["Definition"];
}
if (array_key_exists("FlowServiceName",$param) and $param["FlowServiceName"] !== null) {
$this->FlowServiceName = $param["FlowServiceName"];
}
if (array_key_exists("FlowServiceChineseName",$param) and $param["FlowServiceChineseName"] !== null) {
$this->FlowServiceChineseName = $param["FlowServiceChineseName"];
}
if (array_key_exists("IsNewRole",$param) and $param["IsNewRole"] !== null) {
$this->IsNewRole = $param["IsNewRole"];
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("RoleResource",$param) and $param["RoleResource"] !== null) {
$this->RoleResource = $param["RoleResource"];
}
if (array_key_exists("Description",$param) and $param["Description"] !== null) {
$this->Description = $param["Description"];
}
if (array_key_exists("EnableCLS",$param) and $param["EnableCLS"] !== null) {
$this->EnableCLS = $param["EnableCLS"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/ModifyFlowServiceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/ModifyFlowServiceRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FlowServiceName",$param) and $param["FlowServiceName"] !== null) {
$this->FlowServiceName = $param["FlowServiceName"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("Definition",$param) and $param["Definition"] !== null) {
$this->Definition = $param["Definition"];
}
if (array_key_exists("RoleResource",$param) and $param["RoleResource"] !== null) {
$this->RoleResource = $param["RoleResource"];
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("CreateDate",$param) and $param["CreateDate"] !== null) {
$this->CreateDate = $param["CreateDate"];
}
if (array_key_exists("Description",$param) and $param["Description"] !== null) {
$this->Description = $param["Description"];
}
if (array_key_exists("FlowServiceChineseName",$param) and $param["FlowServiceChineseName"] !== null) {
$this->FlowServiceChineseName = $param["FlowServiceChineseName"];
}
if (array_key_exists("EnableCLS",$param) and $param["EnableCLS"] !== null) {
$this->EnableCLS = $param["EnableCLS"];
}
if (array_key_exists("CLSUrl",$param) and $param["CLSUrl"] !== null) {
$this->CLSUrl = $param["CLSUrl"];
}
if (array_key_exists("FlowInput",$param) and $param["FlowInput"] !== null) {
$this->FlowInput = $param["FlowInput"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeFlowServiceDetailResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeFlowServiceDetailResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Name 过滤器名字
@param array $Values 过滤器值的数组 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/Filter.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/Filter.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("Values",$param) and $param["Values"] !== null) {
$this->Values = $param["Values"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/Filter.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/Filter.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ExecutionResourceName",$param) and $param["ExecutionResourceName"] !== null) {
$this->ExecutionResourceName = $param["ExecutionResourceName"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("StartDate",$param) and $param["StartDate"] !== null) {
$this->StartDate = $param["StartDate"];
}
if (array_key_exists("StopDate",$param) and $param["StopDate"] !== null) {
$this->StopDate = $param["StopDate"];
}
if (array_key_exists("StateMachineResourceName",$param) and $param["StateMachineResourceName"] !== null) {
$this->StateMachineResourceName = $param["StateMachineResourceName"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("Input",$param) and $param["Input"] !== null) {
$this->Input = $param["Input"];
}
if (array_key_exists("Output",$param) and $param["Output"] !== null) {
$this->Output = $param["Output"];
}
if (array_key_exists("ExecutionDefinition",$param) and $param["ExecutionDefinition"] !== null) {
$this->ExecutionDefinition = $param["ExecutionDefinition"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeExecutionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeExecutionResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $Offset 偏移量,默认为0。
@param integer $Limit 返回数量,默认为20,最大值为100。
@param array $Filters 过滤条件,详见下表:实例过滤条件表。每次请求的Filter.Values的上限为5。参数名字仅支持FlowServiceName, Status, Type三种情况 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeFlowServicesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeFlowServicesRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $Events 执行的事件列表
@param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeExecutionHistoryResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeExecutionHistoryResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ExecutionResourceName 执行资源名 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeExecutionHistoryRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeExecutionHistoryRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ExecutionResourceName",$param) and $param["ExecutionResourceName"] !== null) {
$this->ExecutionResourceName = $param["ExecutionResourceName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeExecutionHistoryRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeExecutionHistoryRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $StateMachineResourceName 状态机资源名
@param integer $PageSize 页大小,最大100
@param integer $PageIndex 页序号,从1开始
@param string $FilterExecutionStatus 按状态过滤条件,INIT,RUNNING,SUCCEED,FAILED,TERMINATED
@param string $FilterExecutionResourceName 按执行名过滤条件 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeExecutionsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeExecutionsRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("StateMachineResourceName",$param) and $param["StateMachineResourceName"] !== null) {
$this->StateMachineResourceName = $param["StateMachineResourceName"];
}
if (array_key_exists("PageSize",$param) and $param["PageSize"] !== null) {
$this->PageSize = $param["PageSize"];
}
if (array_key_exists("PageIndex",$param) and $param["PageIndex"] !== null) {
$this->PageIndex = $param["PageIndex"];
}
if (array_key_exists("FilterExecutionStatus",$param) and $param["FilterExecutionStatus"] !== null) {
$this->FilterExecutionStatus = $param["FilterExecutionStatus"];
}
if (array_key_exists("FilterExecutionResourceName",$param) and $param["FilterExecutionResourceName"] !== null) {
$this->FilterExecutionResourceName = $param["FilterExecutionResourceName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeExecutionsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeExecutionsRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $StateMachineResourceName 状态机资源名
@param string $Input 输入参数,内容为JsonObject,长度不大于524288字符。
@param string $Name 本次执行名。如果不填,系统会自动生成。如果填,应保证状态机下唯一 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/StartExecutionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/StartExecutionRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("StateMachineResourceName",$param) and $param["StateMachineResourceName"] !== null) {
$this->StateMachineResourceName = $param["StateMachineResourceName"];
}
if (array_key_exists("Input",$param) and $param["Input"] !== null) {
$this->Input = $param["Input"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/StartExecutionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/StartExecutionRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Definition 定义文本(JSON格式)
@param string $FlowServiceName 状态机所属服务名
@param boolean $IsNewRole 是不是新的角色
@param string $Type 状态机类型(EXPRESS,STANDARD)
@param string $FlowServiceChineseName 状态机所属服务中文名
@param string $RoleResource 角色资源名, 比如: qcs::cam::uin/20103392:roleName/SomeRoleForYourStateMachine
@param string $Description 备注
@param boolean $EnableCLS 是否开启CLS日志投递功能
@param string $Input 该状态机的默认输入 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/CreateFlowServiceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/CreateFlowServiceRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Definition",$param) and $param["Definition"] !== null) {
$this->Definition = $param["Definition"];
}
if (array_key_exists("FlowServiceName",$param) and $param["FlowServiceName"] !== null) {
$this->FlowServiceName = $param["FlowServiceName"];
}
if (array_key_exists("IsNewRole",$param) and $param["IsNewRole"] !== null) {
$this->IsNewRole = $param["IsNewRole"];
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("FlowServiceChineseName",$param) and $param["FlowServiceChineseName"] !== null) {
$this->FlowServiceChineseName = $param["FlowServiceChineseName"];
}
if (array_key_exists("RoleResource",$param) and $param["RoleResource"] !== null) {
$this->RoleResource = $param["RoleResource"];
}
if (array_key_exists("Description",$param) and $param["Description"] !== null) {
$this->Description = $param["Description"];
}
if (array_key_exists("EnableCLS",$param) and $param["EnableCLS"] !== null) {
$this->EnableCLS = $param["EnableCLS"];
}
if (array_key_exists("Input",$param) and $param["Input"] !== null) {
$this->Input = $param["Input"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/CreateFlowServiceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/CreateFlowServiceRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FlowServiceResource",$param) and $param["FlowServiceResource"] !== null) {
$this->FlowServiceResource = $param["FlowServiceResource"];
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("FlowServiceName",$param) and $param["FlowServiceName"] !== null) {
$this->FlowServiceName = $param["FlowServiceName"];
}
if (array_key_exists("FlowServiceChineseName",$param) and $param["FlowServiceChineseName"] !== null) {
$this->FlowServiceChineseName = $param["FlowServiceChineseName"];
}
if (array_key_exists("CreateDate",$param) and $param["CreateDate"] !== null) {
$this->CreateDate = $param["CreateDate"];
}
if (array_key_exists("ModifyDate",$param) and $param["ModifyDate"] !== null) {
$this->ModifyDate = $param["ModifyDate"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("Creator",$param) and $param["Creator"] !== null) {
$this->Creator = $param["Creator"];
}
if (array_key_exists("Modifier",$param) and $param["Modifier"] !== null) {
$this->Modifier = $param["Modifier"];
}
if (array_key_exists("FlowServiceId",$param) and $param["FlowServiceId"] !== null) {
$this->FlowServiceId = $param["FlowServiceId"];
}
if (array_key_exists("TemplateId",$param) and $param["TemplateId"] !== null) {
$this->TemplateId = $param["TemplateId"];
}
if (array_key_exists("Description",$param) and $param["Description"] !== null) {
$this->Description = $param["Description"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/StateMachine.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/StateMachine.php | Apache-2.0 |
function __construct()
{
} | @param string $FlowServiceResource 状态机所属服务资源
@param string $CreateDate 生成日期
@param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/CreateFlowServiceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/CreateFlowServiceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FlowServiceResource",$param) and $param["FlowServiceResource"] !== null) {
$this->FlowServiceResource = $param["FlowServiceResource"];
}
if (array_key_exists("CreateDate",$param) and $param["CreateDate"] !== null) {
$this->CreateDate = $param["CreateDate"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/CreateFlowServiceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/CreateFlowServiceResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $FlowServiceSet 用户的状态机列表
@param integer $TotalCount 用户的状态机总数
@param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeFlowServicesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeFlowServicesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $FlowServiceResource 状态机资源名
@param string $UpdateDate 更新时间
@param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/ModifyFlowServiceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/ModifyFlowServiceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FlowServiceResource",$param) and $param["FlowServiceResource"] !== null) {
$this->FlowServiceResource = $param["FlowServiceResource"];
}
if (array_key_exists("UpdateDate",$param) and $param["UpdateDate"] !== null) {
$this->UpdateDate = $param["UpdateDate"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/ModifyFlowServiceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/ModifyFlowServiceResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $FlowServiceResource 状态机所属服务资源名 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeFlowServiceDetailRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeFlowServiceDetailRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FlowServiceResource",$param) and $param["FlowServiceResource"] !== null) {
$this->FlowServiceResource = $param["FlowServiceResource"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeFlowServiceDetailRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeFlowServiceDetailRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ExecutionResourceName",$param) and $param["ExecutionResourceName"] !== null) {
$this->ExecutionResourceName = $param["ExecutionResourceName"];
}
if (array_key_exists("EventId",$param) and $param["EventId"] !== null) {
$this->EventId = $param["EventId"];
}
if (array_key_exists("EventCategory",$param) and $param["EventCategory"] !== null) {
$this->EventCategory = $param["EventCategory"];
}
if (array_key_exists("StepName",$param) and $param["StepName"] !== null) {
$this->StepName = $param["StepName"];
}
if (array_key_exists("ResourceName",$param) and $param["ResourceName"] !== null) {
$this->ResourceName = $param["ResourceName"];
}
if (array_key_exists("Timestamp",$param) and $param["Timestamp"] !== null) {
$this->Timestamp = $param["Timestamp"];
}
if (array_key_exists("Content",$param) and $param["Content"] !== null) {
$this->Content = $param["Content"];
}
if (array_key_exists("Exception",$param) and $param["Exception"] !== null) {
$this->Exception = $param["Exception"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/ExecutionEvent.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/ExecutionEvent.php | Apache-2.0 |
function __construct()
{
} | @param string $ExecutionResourceName 执行资源名
@param string $StartDate 执行开始时间
@param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/StartExecutionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/StartExecutionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ExecutionResourceName",$param) and $param["ExecutionResourceName"] !== null) {
$this->ExecutionResourceName = $param["ExecutionResourceName"];
}
if (array_key_exists("StartDate",$param) and $param["StartDate"] !== null) {
$this->StartDate = $param["StartDate"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/StartExecutionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/StartExecutionResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeExecutionsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeExecutionsResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeExecutionsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeExecutionsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ExecutionResourceName 执行资源名 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeExecutionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeExecutionRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ExecutionResourceName",$param) and $param["ExecutionResourceName"] !== null) {
$this->ExecutionResourceName = $param["ExecutionResourceName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/DescribeExecutionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/DescribeExecutionRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/StopExecutionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/StopExecutionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Asw/V20200722/Models/StopExecutionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Asw/V20200722/Models/StopExecutionResponse.php | Apache-2.0 |
function __construct($credential, $region, $profile=null)
{
parent::__construct($this->endpoint, $this->version, $credential, $region, $profile);
} | @param Credential $credential
@param string $region
@param ClientProfile|null $profile
@throws TencentCloudSDKException | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/BizliveClient.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/BizliveClient.php | Apache-2.0 |
function __construct()
{
} | @param array $DataInfoList 统计信息列表。
@param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/DescribeStreamPlayInfoListResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/DescribeStreamPlayInfoListResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ClientSession 客户端session信息,从JSSDK请求中获得
@param string $GameId 游戏ID
@param string $UserId 游戏用户ID
@param string $GameParas 游戏参数
@param string $GameRegion 游戏区域
@param string $ImageUrl 背景图url
@param string $Resolution 分辨率 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/CreateSessionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/CreateSessionRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ClientSession",$param) and $param["ClientSession"] !== null) {
$this->ClientSession = $param["ClientSession"];
}
if (array_key_exists("GameId",$param) and $param["GameId"] !== null) {
$this->GameId = $param["GameId"];
}
if (array_key_exists("UserId",$param) and $param["UserId"] !== null) {
$this->UserId = $param["UserId"];
}
if (array_key_exists("GameParas",$param) and $param["GameParas"] !== null) {
$this->GameParas = $param["GameParas"];
}
if (array_key_exists("GameRegion",$param) and $param["GameRegion"] !== null) {
$this->GameRegion = $param["GameRegion"];
}
if (array_key_exists("ImageUrl",$param) and $param["ImageUrl"] !== null) {
$this->ImageUrl = $param["ImageUrl"];
}
if (array_key_exists("Resolution",$param) and $param["Resolution"] !== null) {
$this->Resolution = $param["Resolution"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/CreateSessionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/CreateSessionRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/ForbidLiveStreamResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/ForbidLiveStreamResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/ForbidLiveStreamResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/ForbidLiveStreamResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $RegionDetail 各个区域的机器情况
@param integer $Idle 空闲机器总数量
@param integer $RegionNum 区域个数
@param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/DescribeWorkersResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/DescribeWorkersResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $UserId 游戏用户ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/StopGameRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/StopGameRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("UserId",$param) and $param["UserId"] !== null) {
$this->UserId = $param["UserId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/StopGameRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/StopGameRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) {
$this->EndTime = $param["EndTime"];
}
if (array_key_exists("PlayDomain",$param) and $param["PlayDomain"] !== null) {
$this->PlayDomain = $param["PlayDomain"];
}
if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) {
$this->StartTime = $param["StartTime"];
}
if (array_key_exists("StreamName",$param) and $param["StreamName"] !== null) {
$this->StreamName = $param["StreamName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/DescribeStreamPlayInfoListRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/DescribeStreamPlayInfoListRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/StopGameResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/StopGameResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/StopGameResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/StopGameResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $UserKey 用来传递给插件的关键字段
@param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/RegisterIMResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/RegisterIMResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("UserKey",$param) and $param["UserKey"] !== null) {
$this->UserKey = $param["UserKey"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/RegisterIMResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/RegisterIMResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Nickname 用户昵称
@param string $UserId 用户唯一ID,建议采用用户小程序OpenID加盐形式
@param string $HeadImgUrl 用户头像URL
@param integer $Level 用户身份,默认值:0,表示无特殊身份 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/RegisterIMRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/RegisterIMRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Nickname",$param) and $param["Nickname"] !== null) {
$this->Nickname = $param["Nickname"];
}
if (array_key_exists("UserId",$param) and $param["UserId"] !== null) {
$this->UserId = $param["UserId"];
}
if (array_key_exists("HeadImgUrl",$param) and $param["HeadImgUrl"] !== null) {
$this->HeadImgUrl = $param["HeadImgUrl"];
}
if (array_key_exists("Level",$param) and $param["Level"] !== null) {
$this->Level = $param["Level"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/RegisterIMRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/RegisterIMRequest.php | Apache-2.0 |
function __construct()
{
} | @param float $Bandwidth 带宽(单位Mbps)。
@param float $Flux 流量 (单位MB)。
@param integer $Online 在线人数。
@param integer $Request 请求数。
@param string $Time 数据时间点,格式:yyyy-mm-dd HH:MM:SS。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/DayStreamPlayInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/DayStreamPlayInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Bandwidth",$param) and $param["Bandwidth"] !== null) {
$this->Bandwidth = $param["Bandwidth"];
}
if (array_key_exists("Flux",$param) and $param["Flux"] !== null) {
$this->Flux = $param["Flux"];
}
if (array_key_exists("Online",$param) and $param["Online"] !== null) {
$this->Online = $param["Online"];
}
if (array_key_exists("Request",$param) and $param["Request"] !== null) {
$this->Request = $param["Request"];
}
if (array_key_exists("Time",$param) and $param["Time"] !== null) {
$this->Time = $param["Time"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/DayStreamPlayInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/DayStreamPlayInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/DescribeWorkersRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/DescribeWorkersRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AppName",$param) and $param["AppName"] !== null) {
$this->AppName = $param["AppName"];
}
if (array_key_exists("DomainName",$param) and $param["DomainName"] !== null) {
$this->DomainName = $param["DomainName"];
}
if (array_key_exists("StreamName",$param) and $param["StreamName"] !== null) {
$this->StreamName = $param["StreamName"];
}
if (array_key_exists("ResumeTime",$param) and $param["ResumeTime"] !== null) {
$this->ResumeTime = $param["ResumeTime"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/ForbidLiveStreamRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/ForbidLiveStreamRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ServerSession 服务端session信息,返回给JSSDK
@param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/CreateSessionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/CreateSessionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ServerSession",$param) and $param["ServerSession"] !== null) {
$this->ServerSession = $param["ServerSession"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/CreateSessionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/CreateSessionResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $Idle 该区域空闲机器数量
@param string $Region 区域 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/WorkerRegionInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/WorkerRegionInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Idle",$param) and $param["Idle"] !== null) {
$this->Idle = $param["Idle"];
}
if (array_key_exists("Region",$param) and $param["Region"] !== null) {
$this->Region = $param["Region"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Bizlive/V20190313/Models/WorkerRegionInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Bizlive/V20190313/Models/WorkerRegionInfo.php | Apache-2.0 |
function __construct($credential, $region, $profile=null)
{
parent::__construct($this->endpoint, $this->version, $credential, $region, $profile);
} | @param Credential $credential
@param string $region
@param ClientProfile|null $profile
@throws TencentCloudSDKException | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Lcic/V20220817/LcicClient.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lcic/V20220817/LcicClient.php | Apache-2.0 |
function __construct()
{
} | @param string $UserId 待修改用户ID
@param string $Nickname 待修改的用户名。对应注册用户下“Name“字段,本次修改是对此内容进行修改。
@param string $Avatar 待修改头像url | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Lcic/V20220817/Models/ModifyUserProfileRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lcic/V20220817/Models/ModifyUserProfileRequest.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.