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("SecretID",$param) and $param["SecretID"] !== null) { $this->SecretID = $param["SecretID"]; } if (array_key_exists("SecretKey",$param) and $param["SecretKey"] !== null) { $this->SecretKey = $param["SecretKey"]; } if (array_key_exists("SessionToken",$param) and $param["SessionToken"] !== null) { $this->SessionToken = $param["SessionToken"]; } if (array_key_exists("CosBucket",$param) and $param["CosBucket"] !== null) { $this->CosBucket = $param["CosBucket"]; } if (array_key_exists("CosRegion",$param) and $param["CosRegion"] !== null) { $this->CosRegion = $param["CosRegion"]; } if (array_key_exists("Path",$param) and $param["Path"] !== null) { $this->Path = $param["Path"]; } if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) { $this->StartTime = $param["StartTime"]; } if (array_key_exists("ExpiredTime",$param) and $param["ExpiredTime"] !== null) { $this->ExpiredTime = $param["ExpiredTime"]; } 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/Gs/V20191118/Models/CreateCosCredentialResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateCosCredentialResponse.php
Apache-2.0
function __construct() { }
@param string $TaskId 实例任务 ID @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/BackUpAndroidInstanceToStorageResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/BackUpAndroidInstanceToStorageResponse.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/Gs/V20191118/Models/BackUpAndroidInstanceToStorageResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/BackUpAndroidInstanceToStorageResponse.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DeleteAndroidAppVersionResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DeleteAndroidAppVersionResponse.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/Gs/V20191118/Models/DeleteAndroidAppVersionResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DeleteAndroidAppVersionResponse.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DeleteAndroidInstanceLabelResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DeleteAndroidInstanceLabelResponse.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/Gs/V20191118/Models/DeleteAndroidInstanceLabelResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DeleteAndroidInstanceLabelResponse.php
Apache-2.0
function __construct() { }
@param integer $TotalCount 实例总数量 @param array $AndroidInstances 实例列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstancesResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstancesResponse.php
Apache-2.0
function __construct() { }
@param string $AndroidInstanceId 实例 ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceWebShellRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceWebShellRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AndroidInstanceId",$param) and $param["AndroidInstanceId"] !== null) { $this->AndroidInstanceId = $param["AndroidInstanceId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceWebShellRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceWebShellRequest.php
Apache-2.0
function __construct() { }
@param array $AndroidInstanceInformations 安卓实例信息数据
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesInformationRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesInformationRequest.php
Apache-2.0
function __construct() { }
@param string $AndroidAppVersion 应用版本 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppVersionResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppVersionResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AndroidAppVersion",$param) and $param["AndroidAppVersion"] !== null) { $this->AndroidAppVersion = $param["AndroidAppVersion"]; } 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/Gs/V20191118/Models/CreateAndroidAppVersionResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppVersionResponse.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceLabelResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceLabelResponse.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/Gs/V20191118/Models/CreateAndroidInstanceLabelResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceLabelResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Key",$param) and $param["Key"] !== null) { $this->Key = $param["Key"]; } if (array_key_exists("Operator",$param) and $param["Operator"] !== null) { $this->Operator = $param["Operator"]; } 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/Gs/V20191118/Models/LabelRequirement.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/LabelRequirement.php
Apache-2.0
function __construct() { }
@param string $AndroidAppId 安卓应用ID @param string $FileName 应用名称(支持 apk 和 tgz 两种格式文件,当应用 AppMode 为 NORMAL 时,只支持上传 apk 类型文件,当应用 AppMode 为 ADVANCED 高级模式时,只支持上传 tgz 类型文件)
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/AndroidAppCosInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/AndroidAppCosInfo.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AndroidAppId",$param) and $param["AndroidAppId"] !== null) { $this->AndroidAppId = $param["AndroidAppId"]; } if (array_key_exists("FileName",$param) and $param["FileName"] !== null) { $this->FileName = $param["FileName"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/AndroidAppCosInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/AndroidAppCosInfo.php
Apache-2.0
function __construct() { }
@param string $AndroidInstanceId 安卓实例 ID @param string $Name 实例名称
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/AndroidInstanceInformation.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/AndroidInstanceInformation.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AndroidInstanceId",$param) and $param["AndroidInstanceId"] !== null) { $this->AndroidInstanceId = $param["AndroidInstanceId"]; } 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/Gs/V20191118/Models/AndroidInstanceInformation.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/AndroidInstanceInformation.php
Apache-2.0
function __construct() { }
@param string $AndroidAppId 安卓应用 Id @param string $AndroidAppVersion 安卓应用版本 Id @param string $AndroidAppVersionName 安卓应用版本名称 @param string $Command shell 命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppVersionRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppVersionRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AndroidAppId",$param) and $param["AndroidAppId"] !== null) { $this->AndroidAppId = $param["AndroidAppId"]; } if (array_key_exists("AndroidAppVersion",$param) and $param["AndroidAppVersion"] !== null) { $this->AndroidAppVersion = $param["AndroidAppVersion"]; } if (array_key_exists("AndroidAppVersionName",$param) and $param["AndroidAppVersionName"] !== null) { $this->AndroidAppVersionName = $param["AndroidAppVersionName"]; } if (array_key_exists("Command",$param) and $param["Command"] !== null) { $this->Command = $param["Command"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppVersionRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppVersionRequest.php
Apache-2.0
function __construct() { }
@param array $AndroidInstanceIds 安卓实例 ID 列表 @param array $AndroidInstanceLabels 安卓实例标签列表 @param string $Operation 操作类型。ADD:标签键不存在的添加新标签,标签键存在的将覆盖原有标签REMOVE:根据标签键删除标签REPLACE:使用请求标签列表替换原来所有标签CLEAR:清除所有标签
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesLabelsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesLabelsRequest.php
Apache-2.0
function __construct() { }
@param string $AndroidAppId 应用ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DeleteAndroidAppRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DeleteAndroidAppRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AndroidAppId",$param) and $param["AndroidAppId"] !== null) { $this->AndroidAppId = $param["AndroidAppId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DeleteAndroidAppRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DeleteAndroidAppRequest.php
Apache-2.0
function __construct() { }
@param integer $Total 镜像总数 @param array $AndroidInstanceImages 镜像列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceImagesResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceImagesResponse.php
Apache-2.0
function __construct() { }
@param array $TaskSet 任务集合 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/InstallAndroidInstancesAppResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/InstallAndroidInstancesAppResponse.php
Apache-2.0
function __construct() { }
@param string $Key 鉴权密钥 @param string $Address 连接地址 @param string $Zone 连接区域 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceWebShellResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceWebShellResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Key",$param) and $param["Key"] !== null) { $this->Key = $param["Key"]; } if (array_key_exists("Address",$param) and $param["Address"] !== null) { $this->Address = $param["Address"]; } if (array_key_exists("Zone",$param) and $param["Zone"] !== null) { $this->Zone = $param["Zone"]; } 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/Gs/V20191118/Models/CreateAndroidInstanceWebShellResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceWebShellResponse.php
Apache-2.0
function __construct() { }
@param array $AndroidInstanceIds 安卓实例 ID 列表
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DestroyAndroidInstancesRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DestroyAndroidInstancesRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AndroidInstanceIds",$param) and $param["AndroidInstanceIds"] !== null) { $this->AndroidInstanceIds = $param["AndroidInstanceIds"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DestroyAndroidInstancesRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DestroyAndroidInstancesRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Zone",$param) and $param["Zone"] !== null) { $this->Zone = $param["Zone"]; } if (array_key_exists("Type",$param) and $param["Type"] !== null) { $this->Type = $param["Type"]; } if (array_key_exists("Number",$param) and $param["Number"] !== null) { $this->Number = $param["Number"]; } if (array_key_exists("HostSerialNumbers",$param) and $param["HostSerialNumbers"] !== null) { $this->HostSerialNumbers = $param["HostSerialNumbers"]; } if (array_key_exists("ImageId",$param) and $param["ImageId"] !== null) { $this->ImageId = $param["ImageId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstancesRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstancesRequest.php
Apache-2.0
function __construct() { }
@param array $TaskSet 任务列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstancesScreenshotResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstancesScreenshotResponse.php
Apache-2.0
function __construct() { }
@param string $UserId 游戏用户ID @param string $GameId 游戏ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/SaveGameArchiveRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/SaveGameArchiveRequest.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"]; } if (array_key_exists("GameId",$param) and $param["GameId"] !== null) { $this->GameId = $param["GameId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/SaveGameArchiveRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/SaveGameArchiveRequest.php
Apache-2.0
function __construct() { }
@param string $ClientSession 用户Session信息 @param string $AndroidInstanceId 实例ID @param string $UserIp 用户IP,用户客户端的公网IP,用于选择最佳网络链路
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/ConnectAndroidInstanceRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ConnectAndroidInstanceRequest.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("AndroidInstanceId",$param) and $param["AndroidInstanceId"] !== null) { $this->AndroidInstanceId = $param["AndroidInstanceId"]; } if (array_key_exists("UserIp",$param) and $param["UserIp"] !== null) { $this->UserIp = $param["UserIp"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/ConnectAndroidInstanceRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ConnectAndroidInstanceRequest.php
Apache-2.0
function __construct() { }
@param array $Keys 标签键列表 @param array $Values 标签值列表 @param integer $Offset 偏移量,默认为 0 @param integer $Limit 限制量,默认为20,最大值为100
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceLabelsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceLabelsRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Keys",$param) and $param["Keys"] !== null) { $this->Keys = $param["Keys"]; } if (array_key_exists("Values",$param) and $param["Values"] !== null) { $this->Values = $param["Values"]; } if (array_key_exists("Offset",$param) and $param["Offset"] !== null) { $this->Offset = $param["Offset"]; } if (array_key_exists("Limit",$param) and $param["Limit"] !== null) { $this->Limit = $param["Limit"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceLabelsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceLabelsRequest.php
Apache-2.0
function __construct() { }
@param integer $Total 安卓实例标签总数 @param array $Labels 安卓实例标签列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceLabelsResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceLabelsResponse.php
Apache-2.0
function __construct() { }
@param string $AndroidInstanceImageId 安卓实例镜像 ID @param array $DestinationZones 目的同步可用区列表
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/SyncAndroidInstanceImageRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/SyncAndroidInstanceImageRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AndroidInstanceImageId",$param) and $param["AndroidInstanceImageId"] !== null) { $this->AndroidInstanceImageId = $param["AndroidInstanceImageId"]; } if (array_key_exists("DestinationZones",$param) and $param["DestinationZones"] !== null) { $this->DestinationZones = $param["DestinationZones"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/SyncAndroidInstanceImageRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/SyncAndroidInstanceImageRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("GameId",$param) and $param["GameId"] !== null) { $this->GameId = $param["GameId"]; } if (array_key_exists("GroupId",$param) and $param["GroupId"] !== null) { $this->GroupId = $param["GroupId"]; } if (array_key_exists("GameRegion",$param) and $param["GameRegion"] !== null) { $this->GameRegion = $param["GameRegion"]; } if (array_key_exists("GameType",$param) and $param["GameType"] !== null) { $this->GameType = $param["GameType"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DescribeInstancesCountRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeInstancesCountRequest.php
Apache-2.0
function __construct() { }
@param string $Bucket 存储桶 @param string $Region 存储区域
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/COSOptions.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/COSOptions.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Bucket",$param) and $param["Bucket"] !== null) { $this->Bucket = $param["Bucket"]; } 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/Gs/V20191118/Models/COSOptions.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/COSOptions.php
Apache-2.0
function __construct() { }
@param array $AndroidInstanceIds 安卓实例 ID 列表 @param string $Command shell 命令
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/ExecuteCommandOnAndroidInstancesRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ExecuteCommandOnAndroidInstancesRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AndroidInstanceIds",$param) and $param["AndroidInstanceIds"] !== null) { $this->AndroidInstanceIds = $param["AndroidInstanceIds"]; } if (array_key_exists("Command",$param) and $param["Command"] !== null) { $this->Command = $param["Command"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/ExecuteCommandOnAndroidInstancesRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ExecuteCommandOnAndroidInstancesRequest.php
Apache-2.0
function __construct() { }
@param string $ServerSession 服务端session信息,返回给JSSDK @param string $RoleNumber 【已废弃】 @param string $Role 【互动云游】角色;Player表示玩家;Viewer表示观察者 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/CreateSessionResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/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("RoleNumber",$param) and $param["RoleNumber"] !== null) { $this->RoleNumber = $param["RoleNumber"]; } if (array_key_exists("Role",$param) and $param["Role"] !== null) { $this->Role = $param["Role"]; } 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/Gs/V20191118/Models/CreateSessionResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateSessionResponse.php
Apache-2.0
function __construct() { }
@param array $TaskStatusSet 任务状态集合 @param integer $Total 任务总数量 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceTasksStatusResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceTasksStatusResponse.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/Ssl/V20191205/SslClient.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/SslClient.php
Apache-2.0
function __construct() { }
@param string $CertificateId 证书 ID。 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/ReplaceCertificateResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/ReplaceCertificateResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CertificateId",$param) and $param["CertificateId"] !== null) { $this->CertificateId = $param["CertificateId"]; } 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/Ssl/V20191205/Models/ReplaceCertificateResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/ReplaceCertificateResponse.php
Apache-2.0
function __construct() { }
@param integer $Offset 偏移量,默认为0。 @param integer $Limit 请求日志数量,默认为20, 最大值为1000,如超过1000按照1000处理。 @param string $StartTime 开始时间,默认15天前。 @param string $EndTime 结束时间,默认现在时间。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribeCertificateOperateLogsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribeCertificateOperateLogsRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Offset",$param) and $param["Offset"] !== null) { $this->Offset = $param["Offset"]; } if (array_key_exists("Limit",$param) and $param["Limit"] !== null) { $this->Limit = $param["Limit"]; } if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) { $this->StartTime = $param["StartTime"]; } if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) { $this->EndTime = $param["EndTime"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribeCertificateOperateLogsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribeCertificateOperateLogsRequest.php
Apache-2.0
function __construct() { }
@param string $OrderId CA机构侧订单号。 @param integer $Status 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/CommitCertificateInformationResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/CommitCertificateInformationResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("OrderId",$param) and $param["OrderId"] !== null) { $this->OrderId = $param["OrderId"]; } if (array_key_exists("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } 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/Ssl/V20191205/Models/CommitCertificateInformationResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/CommitCertificateInformationResponse.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"]; } if (array_key_exists("CertId",$param) and $param["CertId"] !== null) { $this->CertId = $param["CertId"]; } if (array_key_exists("Keepalive",$param) and $param["Keepalive"] !== null) { $this->Keepalive = $param["Keepalive"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/WafInstanceDetail.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/WafInstanceDetail.php
Apache-2.0
function __construct() { }
@param string $CertificateId 证书ID。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/CheckCertificateDomainVerificationRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/CheckCertificateDomainVerificationRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CertificateId",$param) and $param["CertificateId"] !== null) { $this->CertificateId = $param["CertificateId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/CheckCertificateDomainVerificationRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/CheckCertificateDomainVerificationRequest.php
Apache-2.0
function __construct() { }
@param integer $TotalCount 总数,取不到值返回0 @param array $InstanceList CLB实例监听器列表,取不到值返回空数组 @param integer $AsyncTotalNum 异步刷新总数,取不到值返回0 @param integer $AsyncOffset 异步刷新当前执行数,取不到值返回0 @param string $AsyncCacheTime 当前缓存读取时间,去不到值返回空 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribeHostClbInstanceListResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribeHostClbInstanceListResponse.php
Apache-2.0
function __construct() { }
@param string $CertificateId 证书 ID。 @param boolean $IsCheckResource 删除时是否检查证书关联了云资源。默认不检查。如选择检查(需要授权服务角色SSL_QCSLinkedRoleInReplaceLoadCertificate)删除将变成异步,接口会返回异步任务ID。需使用DescribeDeleteCertificatesTaskResult接口查询删除是否成功。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DeleteCertificateRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DeleteCertificateRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CertificateId",$param) and $param["CertificateId"] !== null) { $this->CertificateId = $param["CertificateId"]; } if (array_key_exists("IsCheckResource",$param) and $param["IsCheckResource"] !== null) { $this->IsCheckResource = $param["IsCheckResource"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DeleteCertificateRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DeleteCertificateRequest.php
Apache-2.0
function __construct() { }
@param integer $TotalCount 总数,取不到值返回0 @param array $InstanceList tke实例列表,取不到值返回空数组 @param integer $AsyncTotalNum 异步刷新总数,取不到值返回0 @param integer $AsyncOffset 异步刷新当前执行数,取不到值返回0 @param string $AsyncCacheTime 当前缓存读取时间 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribeHostTkeInstanceListResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribeHostTkeInstanceListResponse.php
Apache-2.0
function __construct() { }
@param string $ID 唯一ID @param string $Source 来源 @param string $Name 名称 @param string $Status 状态
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/TCBEnvironment.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/TCBEnvironment.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("ID",$param) and $param["ID"] !== null) { $this->ID = $param["ID"]; } if (array_key_exists("Source",$param) and $param["Source"] !== null) { $this->Source = $param["Source"]; } if (array_key_exists("Name",$param) and $param["Name"] !== null) { $this->Name = $param["Name"]; } if (array_key_exists("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/TCBEnvironment.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/TCBEnvironment.php
Apache-2.0
function __construct() { }
@param integer $ManagerId 管理人ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/VerifyManagerRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/VerifyManagerRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("ManagerId",$param) and $param["ManagerId"] !== null) { $this->ManagerId = $param["ManagerId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/VerifyManagerRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/VerifyManagerRequest.php
Apache-2.0
function __construct() { }
@param integer $DeployRecordId 新生成的回滚部署任务的记录ID @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/UpdateCertificateRecordRollbackResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/UpdateCertificateRecordRollbackResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("DeployRecordId",$param) and $param["DeployRecordId"] !== null) { $this->DeployRecordId = $param["DeployRecordId"]; } 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/Ssl/V20191205/Models/UpdateCertificateRecordRollbackResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/UpdateCertificateRecordRollbackResponse.php
Apache-2.0
function __construct() { }
@param array $SyncTaskBindResourceResult 异步任务绑定关联云资源结果列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribeCertificateBindResourceTaskResultResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribeCertificateBindResourceTaskResultResponse.php
Apache-2.0
function __construct() { }
@param array $Managers 公司管理人列表 @param integer $TotalCount 公司管理人总数 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribeManagersResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribeManagersResponse.php
Apache-2.0
function __construct() { }
@param boolean $IsValid true为通过检查,false为未通过检查。 @param boolean $IsTrustedCA true为可信CA,false为不可信CA。 @param array $Chains 包含证书链中每一段证书的通用名称。 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/CheckCertificateChainResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/CheckCertificateChainResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("IsValid",$param) and $param["IsValid"] !== null) { $this->IsValid = $param["IsValid"]; } if (array_key_exists("IsTrustedCA",$param) and $param["IsTrustedCA"] !== null) { $this->IsTrustedCA = $param["IsTrustedCA"]; } if (array_key_exists("Chains",$param) and $param["Chains"] !== null) { $this->Chains = $param["Chains"]; } 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/Ssl/V20191205/Models/CheckCertificateChainResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/CheckCertificateChainResponse.php
Apache-2.0
function __construct() { }
@param string $Domain 域名 @param integer $Status 状态 @param integer $UnionStatus 统一域名状态 @param boolean $IsPreempted 是否被抢占, 被抢占表示域名被其他环境绑定了,需要解绑或者重新绑定。 @param integer $ICPStatus icp黑名单封禁状态,0-未封禁,1-封禁 @param string $OldCertificateId 已绑定证书ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/TCBAccessInstance.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/TCBAccessInstance.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"]; } if (array_key_exists("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } if (array_key_exists("UnionStatus",$param) and $param["UnionStatus"] !== null) { $this->UnionStatus = $param["UnionStatus"]; } if (array_key_exists("IsPreempted",$param) and $param["IsPreempted"] !== null) { $this->IsPreempted = $param["IsPreempted"]; } if (array_key_exists("ICPStatus",$param) and $param["ICPStatus"] !== null) { $this->ICPStatus = $param["ICPStatus"]; } if (array_key_exists("OldCertificateId",$param) and $param["OldCertificateId"] !== null) { $this->OldCertificateId = $param["OldCertificateId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/TCBAccessInstance.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/TCBAccessInstance.php
Apache-2.0
function __construct() { }
@param string $CertificateId 新申请成功的证书 ID。 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/ApplyCertificateResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/ApplyCertificateResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CertificateId",$param) and $param["CertificateId"] !== null) { $this->CertificateId = $param["CertificateId"]; } 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/Ssl/V20191205/Models/ApplyCertificateResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/ApplyCertificateResponse.php
Apache-2.0
function __construct() { }
@param string $CertificateId 待部署的证书ID @param integer $IsCache 是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时 @param array $Filters 过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配 @param string $ResourceType 部署资源类型cdn @param string $OldCertificateId 原证书ID @param integer $Offset 分页偏移量,默认值为0。 @param integer $Limit 每页数量,默认10,最大值为200。 @param integer $AsyncCache 是否异步,0表示否,1表示是,默认为0
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribeHostCdnInstanceListRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribeHostCdnInstanceListRequest.php
Apache-2.0
function __construct() { }
@param string $CertificateId 待部署的证书ID @param integer $IsCache 是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时 @param array $Filters 过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配 @param string $ResourceType 部署资源类型 @param string $OldCertificateId 已部署的证书ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribeHostLiveInstanceListRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribeHostLiveInstanceListRequest.php
Apache-2.0
function __construct() { }
@param array $SuccessCertificates 修改所属项目成功的证书集合。 @param array $FailCertificates 修改所属项目失败的证书集合。 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/ModifyCertificateProjectResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/ModifyCertificateProjectResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("SuccessCertificates",$param) and $param["SuccessCertificates"] !== null) { $this->SuccessCertificates = $param["SuccessCertificates"]; } if (array_key_exists("FailCertificates",$param) and $param["FailCertificates"] !== null) { $this->FailCertificates = $param["FailCertificates"]; } 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/Ssl/V20191205/Models/ModifyCertificateProjectResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/ModifyCertificateProjectResponse.php
Apache-2.0
function __construct() { }
@param integer $Offset 偏移量,默认0。 @param integer $Limit 限制数目,默认20。 @param string $Status 按状态筛选。状态值包括usable(可用),used(已用),expired(已过期),refund(已退款) @param string $ExpireTime 按过期时间升序或降序排列,可选值为asc(升序)和desc(降序) @param string $PackageId 按权益包ID搜索。 @param string $Type 按权益包类型搜索。类型包括:ssl_100(证书批量权益100点),ssl_500(证书批量权益500点),ssl_2000(证书批量权益2000点) @param integer $Pid 子产品编号
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribePackagesRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribePackagesRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Offset",$param) and $param["Offset"] !== null) { $this->Offset = $param["Offset"]; } if (array_key_exists("Limit",$param) and $param["Limit"] !== null) { $this->Limit = $param["Limit"]; } if (array_key_exists("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } if (array_key_exists("ExpireTime",$param) and $param["ExpireTime"] !== null) { $this->ExpireTime = $param["ExpireTime"]; } if (array_key_exists("PackageId",$param) and $param["PackageId"] !== null) { $this->PackageId = $param["PackageId"]; } if (array_key_exists("Type",$param) and $param["Type"] !== null) { $this->Type = $param["Type"]; } if (array_key_exists("Pid",$param) and $param["Pid"] !== null) { $this->Pid = $param["Pid"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribePackagesRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribePackagesRequest.php
Apache-2.0
function __construct() { }
@param string $ResourceType 云资源类型,支持clb、waf、apigateway、cos、tke、tse、tcb @param array $Regions 地域列表
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/ResourceTypeRegions.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/ResourceTypeRegions.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("ResourceType",$param) and $param["ResourceType"] !== null) { $this->ResourceType = $param["ResourceType"]; } if (array_key_exists("Regions",$param) and $param["Regions"] !== null) { $this->Regions = $param["Regions"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/ResourceTypeRegions.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/ResourceTypeRegions.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CompanyId",$param) and $param["CompanyId"] !== null) { $this->CompanyId = $param["CompanyId"]; } if (array_key_exists("Offset",$param) and $param["Offset"] !== null) { $this->Offset = $param["Offset"]; } if (array_key_exists("Limit",$param) and $param["Limit"] !== null) { $this->Limit = $param["Limit"]; } if (array_key_exists("ManagerName",$param) and $param["ManagerName"] !== null) { $this->ManagerName = $param["ManagerName"]; } if (array_key_exists("ManagerMail",$param) and $param["ManagerMail"] !== null) { $this->ManagerMail = $param["ManagerMail"]; } if (array_key_exists("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } if (array_key_exists("SearchKey",$param) and $param["SearchKey"] !== null) { $this->SearchKey = $param["SearchKey"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribeManagersRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribeManagersRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Sign",$param) and $param["Sign"] !== null) { $this->Sign = $param["Sign"]; } if (array_key_exists("Encrypt",$param) and $param["Encrypt"] !== null) { $this->Encrypt = $param["Encrypt"]; } if (array_key_exists("Standard",$param) and $param["Standard"] !== null) { $this->Standard = $param["Standard"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/RootCertificates.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/RootCertificates.php
Apache-2.0
function __construct() { }
@param array $InstanceList apiGateway实例列表,如取不到值返回空数组 @param integer $TotalCount 总数,如取不到值返回0 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DescribeHostApiGatewayInstanceListResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DescribeHostApiGatewayInstanceListResponse.php
Apache-2.0
function __construct() { }
@param string $CertId 证书ID @param array $DnsNames 证书绑定的域名 @param string $CertCaId 根证书ID @param string $SSLMode 证书认证模式:UNIDIRECTIONAL单向认证,MUTUAL双向认证
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/Certificate.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/Certificate.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CertId",$param) and $param["CertId"] !== null) { $this->CertId = $param["CertId"]; } if (array_key_exists("DnsNames",$param) and $param["DnsNames"] !== null) { $this->DnsNames = $param["DnsNames"]; } if (array_key_exists("CertCaId",$param) and $param["CertCaId"] !== null) { $this->CertCaId = $param["CertCaId"]; } if (array_key_exists("SSLMode",$param) and $param["SSLMode"] !== null) { $this->SSLMode = $param["SSLMode"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/Certificate.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/Certificate.php
Apache-2.0
function __construct() { }
@param string $Domain 域名 @param string $InstanceId 实例ID @param string $Protocol 协议类型 @param string $CertId 证书ID @param string $VirtualPort 转发端口
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DdosInstanceDetail.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DdosInstanceDetail.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"]; } if (array_key_exists("InstanceId",$param) and $param["InstanceId"] !== null) { $this->InstanceId = $param["InstanceId"]; } if (array_key_exists("Protocol",$param) and $param["Protocol"] !== null) { $this->Protocol = $param["Protocol"]; } if (array_key_exists("CertId",$param) and $param["CertId"] !== null) { $this->CertId = $param["CertId"]; } if (array_key_exists("VirtualPort",$param) and $param["VirtualPort"] !== null) { $this->VirtualPort = $param["VirtualPort"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/DdosInstanceDetail.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/DdosInstanceDetail.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CertId",$param) and $param["CertId"] !== null) { $this->CertId = $param["CertId"]; } if (array_key_exists("DeleteDnsAutoRecord",$param) and $param["DeleteDnsAutoRecord"] !== null) { $this->DeleteDnsAutoRecord = $param["DeleteDnsAutoRecord"]; } if (array_key_exists("VerifyType",$param) and $param["VerifyType"] !== null) { $this->VerifyType = $param["VerifyType"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/CertificateOrderSubmitRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/CertificateOrderSubmitRequest.php
Apache-2.0
function __construct() { }
@param string $CertificateId 证书ID @param string $ConfirmLetter base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/UploadConfirmLetterRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/UploadConfirmLetterRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CertificateId",$param) and $param["CertificateId"] !== null) { $this->CertificateId = $param["CertificateId"]; } if (array_key_exists("ConfirmLetter",$param) and $param["ConfirmLetter"] !== null) { $this->ConfirmLetter = $param["ConfirmLetter"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/UploadConfirmLetterRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/UploadConfirmLetterRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CsrType",$param) and $param["CsrType"] !== null) { $this->CsrType = $param["CsrType"]; } if (array_key_exists("CsrContent",$param) and $param["CsrContent"] !== null) { $this->CsrContent = $param["CsrContent"]; } if (array_key_exists("CertificateDomain",$param) and $param["CertificateDomain"] !== null) { $this->CertificateDomain = $param["CertificateDomain"]; } if (array_key_exists("DomainList",$param) and $param["DomainList"] !== null) { $this->DomainList = $param["DomainList"]; } if (array_key_exists("KeyPassword",$param) and $param["KeyPassword"] !== null) { $this->KeyPassword = $param["KeyPassword"]; } if (array_key_exists("OrganizationName",$param) and $param["OrganizationName"] !== null) { $this->OrganizationName = $param["OrganizationName"]; } if (array_key_exists("OrganizationDivision",$param) and $param["OrganizationDivision"] !== null) { $this->OrganizationDivision = $param["OrganizationDivision"]; } if (array_key_exists("OrganizationAddress",$param) and $param["OrganizationAddress"] !== null) { $this->OrganizationAddress = $param["OrganizationAddress"]; } if (array_key_exists("OrganizationCountry",$param) and $param["OrganizationCountry"] !== null) { $this->OrganizationCountry = $param["OrganizationCountry"]; } if (array_key_exists("OrganizationCity",$param) and $param["OrganizationCity"] !== null) { $this->OrganizationCity = $param["OrganizationCity"]; } if (array_key_exists("OrganizationRegion",$param) and $param["OrganizationRegion"] !== null) { $this->OrganizationRegion = $param["OrganizationRegion"]; } if (array_key_exists("PostalCode",$param) and $param["PostalCode"] !== null) { $this->PostalCode = $param["PostalCode"]; } if (array_key_exists("PhoneAreaCode",$param) and $param["PhoneAreaCode"] !== null) { $this->PhoneAreaCode = $param["PhoneAreaCode"]; } if (array_key_exists("PhoneNumber",$param) and $param["PhoneNumber"] !== null) { $this->PhoneNumber = $param["PhoneNumber"]; } if (array_key_exists("AdminFirstName",$param) and $param["AdminFirstName"] !== null) { $this->AdminFirstName = $param["AdminFirstName"]; } if (array_key_exists("AdminLastName",$param) and $param["AdminLastName"] !== null) { $this->AdminLastName = $param["AdminLastName"]; } if (array_key_exists("AdminPhoneNum",$param) and $param["AdminPhoneNum"] !== null) { $this->AdminPhoneNum = $param["AdminPhoneNum"]; } if (array_key_exists("AdminEmail",$param) and $param["AdminEmail"] !== null) { $this->AdminEmail = $param["AdminEmail"]; } if (array_key_exists("AdminPosition",$param) and $param["AdminPosition"] !== null) { $this->AdminPosition = $param["AdminPosition"]; } if (array_key_exists("ContactFirstName",$param) and $param["ContactFirstName"] !== null) { $this->ContactFirstName = $param["ContactFirstName"]; } if (array_key_exists("ContactLastName",$param) and $param["ContactLastName"] !== null) { $this->ContactLastName = $param["ContactLastName"]; } if (array_key_exists("ContactNumber",$param) and $param["ContactNumber"] !== null) { $this->ContactNumber = $param["ContactNumber"]; } if (array_key_exists("ContactEmail",$param) and $param["ContactEmail"] !== null) { $this->ContactEmail = $param["ContactEmail"]; } if (array_key_exists("ContactPosition",$param) and $param["ContactPosition"] !== null) { $this->ContactPosition = $param["ContactPosition"]; } if (array_key_exists("VerifyType",$param) and $param["VerifyType"] !== null) { $this->VerifyType = $param["VerifyType"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/SubmittedData.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/SubmittedData.php
Apache-2.0
function __construct() { }
@param string $CertificateId 修改成功的证书 ID。 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/ModifyCertificateAliasResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/ModifyCertificateAliasResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CertificateId",$param) and $param["CertificateId"] !== null) { $this->CertificateId = $param["CertificateId"]; } 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/Ssl/V20191205/Models/ModifyCertificateAliasResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/ModifyCertificateAliasResponse.php
Apache-2.0
function __construct() { }
@param string $Name namespace名称 @param array $SecretList secret列表
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Ssl/V20191205/Models/TkeNameSpaceDetail.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ssl/V20191205/Models/TkeNameSpaceDetail.php
Apache-2.0