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("CertId",$param) and $param["CertId"] !== null) {
$this->CertId = $param["CertId"];
}
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/Cfs/V20190719/Models/CreateAccessCertResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateAccessCertResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TagKey 标签键
@param string $TagValue 标签值 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cfs/V20190719/Models/TagInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/TagInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TagKey",$param) and $param["TagKey"] !== null) {
$this->TagKey = $param["TagKey"];
}
if (array_key_exists("TagValue",$param) and $param["TagValue"] !== null) {
$this->TagValue = $param["TagValue"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cfs/V20190719/Models/TagInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/TagInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $FileSystemId 文件系统 ID。说明,进行删除文件系统操作前需要先调用 DeleteMountTarget 接口删除该文件系统的挂载点,否则会删除失败。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cfs/V20190719/Models/DeleteCfsFileSystemRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsFileSystemRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) {
$this->FileSystemId = $param["FileSystemId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cfs/V20190719/Models/DeleteCfsFileSystemRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsFileSystemRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $FileSystemId 文件系统 ID
@param string $MountTargetId 挂载点 ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cfs/V20190719/Models/DeleteMountTargetRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteMountTargetRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) {
$this->FileSystemId = $param["FileSystemId"];
}
if (array_key_exists("MountTargetId",$param) and $param["MountTargetId"] !== null) {
$this->MountTargetId = $param["MountTargetId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cfs/V20190719/Models/DeleteMountTargetRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteMountTargetRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Name 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
@param string $DescInfo 权限组描述信息,1-255个字符 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cfs/V20190719/Models/CreateCfsPGroupRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateCfsPGroupRequest.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("DescInfo",$param) and $param["DescInfo"] !== null) {
$this->DescInfo = $param["DescInfo"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cfs/V20190719/Models/CreateCfsPGroupRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateCfsPGroupRequest.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/Cls/V20201016/ClsClient.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/ClsClient.php | Apache-2.0 |
function __construct()
{
} | @param string $DashboardId 仪表盘id。
@param DashboardSubscribeData $SubscribeData 仪表盘订阅数据。
@param integer $Id 仪表盘订阅Id。
@param string $Name 仪表盘订阅名称。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/SearchDashboardSubscribeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchDashboardSubscribeRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("DashboardId",$param) and $param["DashboardId"] !== null) {
$this->DashboardId = $param["DashboardId"];
}
if (array_key_exists("SubscribeData",$param) and $param["SubscribeData"] !== null) {
$this->SubscribeData = new DashboardSubscribeData();
$this->SubscribeData->deserialize($param["SubscribeData"]);
}
if (array_key_exists("Id",$param) and $param["Id"] !== null) {
$this->Id = $param["Id"];
}
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/Cls/V20201016/Models/SearchDashboardSubscribeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchDashboardSubscribeRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $LogSample 日志样例,PreviewType为2时返回
@param string $LogData 日志预览结果
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/PreviewKafkaRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/PreviewKafkaRechargeResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LogSample",$param) and $param["LogSample"] !== null) {
$this->LogSample = $param["LogSample"];
}
if (array_key_exists("LogData",$param) and $param["LogData"] !== null) {
$this->LogData = $param["LogData"];
}
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/Cls/V20201016/Models/PreviewKafkaRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/PreviewKafkaRechargeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Key key的值
@param array $Values key对应的values取值values | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DashboardTemplateVariable.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DashboardTemplateVariable.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("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/Cls/V20201016/Models/DashboardTemplateVariable.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DashboardTemplateVariable.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/UploadLogResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/UploadLogResponse.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/Cls/V20201016/Models/UploadLogResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/UploadLogResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题 ID
@param integer $Status 状态 status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。
@param integer $Enable 是否启用: 0: 未启用 , 1:启用 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeCosRechargesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeCosRechargesRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("Enable",$param) and $param["Enable"] !== null) {
$this->Enable = $param["Enable"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeCosRechargesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeCosRechargesRequest.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("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/Cls/V20201016/Models/ConsoleSharingParam.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ConsoleSharingParam.php | Apache-2.0 |
function __construct()
{
} | @param string $GroupId 机器组ID
@param string $GroupName 机器组名称
@param MachineGroupTypeInfo $MachineGroupType 机器组类型。Type:ip,Values中为ip字符串列表机器组;Type:label,Values中为标签字符串列表机器组。
@param array $Tags 标签列表
@param boolean $AutoUpdate 是否开启机器组自动更新
@param string $UpdateStartTime 升级开始时间,建议业务低峰期升级LogListener
@param string $UpdateEndTime 升级结束时间,建议业务低峰期升级LogListener
@param boolean $ServiceLogging 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
@param integer $DelayCleanupTime 机器组中机器定期离线清理时间。单位:天
@param array $MetaTags 机器组元数据信息列表 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyMachineGroupRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyMachineGroupRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TaskId 屏蔽规则ID。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateAlarmShieldResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateAlarmShieldResponse.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/Cls/V20201016/Models/CreateAlarmShieldResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateAlarmShieldResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AlarmNoticeId",$param) and $param["AlarmNoticeId"] !== null) {
$this->AlarmNoticeId = $param["AlarmNoticeId"];
}
if (array_key_exists("TaskId",$param) and $param["TaskId"] !== null) {
$this->TaskId = $param["TaskId"];
}
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"];
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("Rule",$param) and $param["Rule"] !== null) {
$this->Rule = $param["Rule"];
}
if (array_key_exists("Reason",$param) and $param["Reason"] !== null) {
$this->Reason = $param["Reason"];
}
if (array_key_exists("Source",$param) and $param["Source"] !== null) {
$this->Source = $param["Source"];
}
if (array_key_exists("Operator",$param) and $param["Operator"] !== null) {
$this->Operator = $param["Operator"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("UpdateTime",$param) and $param["UpdateTime"] !== null) {
$this->UpdateTime = $param["UpdateTime"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/AlarmShieldInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AlarmShieldInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 分页的总数目
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeConsoleSharingListResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeConsoleSharingListResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TotalCount",$param) and $param["TotalCount"] !== null) {
$this->TotalCount = $param["TotalCount"];
}
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/Cls/V20201016/Models/DescribeConsoleSharingListResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeConsoleSharingListResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("WebCallbackId",$param) and $param["WebCallbackId"] !== null) {
$this->WebCallbackId = $param["WebCallbackId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("Webhook",$param) and $param["Webhook"] !== null) {
$this->Webhook = $param["Webhook"];
}
if (array_key_exists("Method",$param) and $param["Method"] !== null) {
$this->Method = $param["Method"];
}
if (array_key_exists("Key",$param) and $param["Key"] !== null) {
$this->Key = $param["Key"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyWebCallbackRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyWebCallbackRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Id Kafka导入配置ID
@param string $TopicId 导入CLS目标topic ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteKafkaRechargeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteKafkaRechargeRequest.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("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteKafkaRechargeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteKafkaRechargeRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LogPath",$param) and $param["LogPath"] !== null) {
$this->LogPath = $param["LogPath"];
}
if (array_key_exists("FilePattern",$param) and $param["FilePattern"] !== null) {
$this->FilePattern = $param["FilePattern"];
}
if (array_key_exists("CustomLabels",$param) and $param["CustomLabels"] !== null) {
$this->CustomLabels = $param["CustomLabels"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/HostFileInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/HostFileInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConsumerResponse.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/Cls/V20201016/Models/DeleteConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConsumerResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateIndexResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateIndexResponse.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/Cls/V20201016/Models/CreateIndexResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateIndexResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TaskId 任务ID
@param string $SrcTopicId 源日志主题
@param integer $EnableFlag 任务启动状态. 1开启, 2关闭
@param ScheduledSqlResouceInfo $DstResource 定时SQL分析的目标日志主题
@param string $ScheduledSqlContent 查询语句
@param integer $ProcessPeriod 调度周期(分钟)
@param string $ProcessTimeWindow 单次查询的时间窗口. 例子中为近15分钟
@param integer $ProcessDelay 执行延迟(秒)
@param string $SrcTopicRegion 源topicId的地域信息
@param string $Name 任务名称
@param integer $SyntaxRule 语法规则。 默认值为0。 0:Lucene语法,1:CQL语法 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyScheduledSqlRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyScheduledSqlRequest.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("SrcTopicId",$param) and $param["SrcTopicId"] !== null) {
$this->SrcTopicId = $param["SrcTopicId"];
}
if (array_key_exists("EnableFlag",$param) and $param["EnableFlag"] !== null) {
$this->EnableFlag = $param["EnableFlag"];
}
if (array_key_exists("DstResource",$param) and $param["DstResource"] !== null) {
$this->DstResource = new ScheduledSqlResouceInfo();
$this->DstResource->deserialize($param["DstResource"]);
}
if (array_key_exists("ScheduledSqlContent",$param) and $param["ScheduledSqlContent"] !== null) {
$this->ScheduledSqlContent = $param["ScheduledSqlContent"];
}
if (array_key_exists("ProcessPeriod",$param) and $param["ProcessPeriod"] !== null) {
$this->ProcessPeriod = $param["ProcessPeriod"];
}
if (array_key_exists("ProcessTimeWindow",$param) and $param["ProcessTimeWindow"] !== null) {
$this->ProcessTimeWindow = $param["ProcessTimeWindow"];
}
if (array_key_exists("ProcessDelay",$param) and $param["ProcessDelay"] !== null) {
$this->ProcessDelay = $param["ProcessDelay"];
}
if (array_key_exists("SrcTopicRegion",$param) and $param["SrcTopicRegion"] !== null) {
$this->SrcTopicRegion = $param["SrcTopicRegion"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("SyntaxRule",$param) and $param["SyntaxRule"] !== null) {
$this->SyntaxRule = $param["SyntaxRule"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyScheduledSqlRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyScheduledSqlRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LogsetId",$param) and $param["LogsetId"] !== null) {
$this->LogsetId = $param["LogsetId"];
}
if (array_key_exists("LogsetName",$param) and $param["LogsetName"] !== null) {
$this->LogsetName = $param["LogsetName"];
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
if (array_key_exists("TopicName",$param) and $param["TopicName"] !== null) {
$this->TopicName = $param["TopicName"];
}
if (array_key_exists("Query",$param) and $param["Query"] !== null) {
$this->Query = $param["Query"];
}
if (array_key_exists("Number",$param) and $param["Number"] !== null) {
$this->Number = $param["Number"];
}
if (array_key_exists("StartTimeOffset",$param) and $param["StartTimeOffset"] !== null) {
$this->StartTimeOffset = $param["StartTimeOffset"];
}
if (array_key_exists("EndTimeOffset",$param) and $param["EndTimeOffset"] !== null) {
$this->EndTimeOffset = $param["EndTimeOffset"];
}
if (array_key_exists("SyntaxRule",$param) and $param["SyntaxRule"] !== null) {
$this->SyntaxRule = $param["SyntaxRule"];
}
if (array_key_exists("BizType",$param) and $param["BizType"] !== null) {
$this->BizType = $param["BizType"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/AlarmTargetInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AlarmTargetInfo.php | Apache-2.0 |
function __construct()
{
} | @param array $DataTransformTaskInfos 数据加工任务列表信息
@param integer $TotalCount 任务总次数
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeDataTransformInfoResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeDataTransformInfoResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $SrcTopicId 源日志主题
@param string $Name 任务名称
@param integer $EnableFlag 任务启动状态. 1开启, 2关闭
@param ScheduledSqlResouceInfo $DstResource 定时SQL分析目标日志主题
@param string $ScheduledSqlContent 查询语句
@param integer $ProcessStartTime 调度开始时间,Unix时间戳,单位ms
@param integer $ProcessType 调度类型,1:持续运行 2:指定时间范围
@param integer $ProcessPeriod 调度周期(分钟)
@param string $ProcessTimeWindow 单次查询的时间窗口,如果您的目标主题为指标主题,建议该参数的大小不超过30分钟,否则可能转指标失败。
@param integer $ProcessDelay 执行延迟(秒)
@param string $SrcTopicRegion 源topicId的地域信息
@param integer $ProcessEndTime 调度结束时间,当ProcessType=2时为必传字段, Unix时间戳,单位ms
@param integer $SyntaxRule 查询语法规则。 默认值为0。0:Lucene语法,1:CQL语法 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateScheduledSqlRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateScheduledSqlRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SrcTopicId",$param) and $param["SrcTopicId"] !== null) {
$this->SrcTopicId = $param["SrcTopicId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("EnableFlag",$param) and $param["EnableFlag"] !== null) {
$this->EnableFlag = $param["EnableFlag"];
}
if (array_key_exists("DstResource",$param) and $param["DstResource"] !== null) {
$this->DstResource = new ScheduledSqlResouceInfo();
$this->DstResource->deserialize($param["DstResource"]);
}
if (array_key_exists("ScheduledSqlContent",$param) and $param["ScheduledSqlContent"] !== null) {
$this->ScheduledSqlContent = $param["ScheduledSqlContent"];
}
if (array_key_exists("ProcessStartTime",$param) and $param["ProcessStartTime"] !== null) {
$this->ProcessStartTime = $param["ProcessStartTime"];
}
if (array_key_exists("ProcessType",$param) and $param["ProcessType"] !== null) {
$this->ProcessType = $param["ProcessType"];
}
if (array_key_exists("ProcessPeriod",$param) and $param["ProcessPeriod"] !== null) {
$this->ProcessPeriod = $param["ProcessPeriod"];
}
if (array_key_exists("ProcessTimeWindow",$param) and $param["ProcessTimeWindow"] !== null) {
$this->ProcessTimeWindow = $param["ProcessTimeWindow"];
}
if (array_key_exists("ProcessDelay",$param) and $param["ProcessDelay"] !== null) {
$this->ProcessDelay = $param["ProcessDelay"];
}
if (array_key_exists("SrcTopicRegion",$param) and $param["SrcTopicRegion"] !== null) {
$this->SrcTopicRegion = $param["SrcTopicRegion"];
}
if (array_key_exists("ProcessEndTime",$param) and $param["ProcessEndTime"] !== null) {
$this->ProcessEndTime = $param["ProcessEndTime"];
}
if (array_key_exists("SyntaxRule",$param) and $param["SyntaxRule"] !== null) {
$this->SyntaxRule = $param["SyntaxRule"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateScheduledSqlRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateScheduledSqlRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyMachineGroupResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyMachineGroupResponse.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/Cls/V20201016/Models/ModifyMachineGroupResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyMachineGroupResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("TriggerContent",$param) and $param["TriggerContent"] !== null) {
$this->TriggerContent = new NoticeContentInfo();
$this->TriggerContent->deserialize($param["TriggerContent"]);
}
if (array_key_exists("RecoveryContent",$param) and $param["RecoveryContent"] !== null) {
$this->RecoveryContent = new NoticeContentInfo();
$this->RecoveryContent->deserialize($param["RecoveryContent"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/NoticeContent.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/NoticeContent.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteAlarmNoticeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteAlarmNoticeResponse.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/Cls/V20201016/Models/DeleteAlarmNoticeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteAlarmNoticeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyNoticeContentResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyNoticeContentResponse.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/Cls/V20201016/Models/ModifyNoticeContentResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyNoticeContentResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $Errors 多日志主题检索对应的错误信息
@param array $Infos 多日志主题检索各日志主题信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/SearchLogTopics.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchLogTopics.php | Apache-2.0 |
function __construct()
{
} | @param string $Id COS导入任务id
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateCosRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateCosRechargeResponse.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("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/Cls/V20201016/Models/CreateCosRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateCosRechargeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteDataTransformResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteDataTransformResponse.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/Cls/V20201016/Models/DeleteDataTransformResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteDataTransformResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateTopicResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateTopicResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
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/Cls/V20201016/Models/CreateTopicResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateTopicResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Title",$param) and $param["Title"] !== null) {
$this->Title = $param["Title"];
}
if (array_key_exists("Content",$param) and $param["Content"] !== null) {
$this->Content = $param["Content"];
}
if (array_key_exists("Headers",$param) and $param["Headers"] !== null) {
$this->Headers = $param["Headers"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/NoticeContentInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/NoticeContentInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $AlarmNoticeId 通知渠道组id。
@param integer $StartTime 屏蔽开始时间(秒级时间戳)。
@param integer $EndTime 屏蔽结束时间(秒级时间戳)。
@param integer $Type 屏蔽类型。1:屏蔽所有通知,2:按照Rule参数屏蔽匹配规则的通知。
@param string $Reason 屏蔽原因。
@param string $Rule 屏蔽规则,当Type为2时必填。规则填写方式详见[产品文档](https://cloud.tencent.com/document/product/614/103178#rule)。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateAlarmShieldRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateAlarmShieldRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AlarmNoticeId",$param) and $param["AlarmNoticeId"] !== null) {
$this->AlarmNoticeId = $param["AlarmNoticeId"];
}
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"];
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("Reason",$param) and $param["Reason"] !== null) {
$this->Reason = $param["Reason"];
}
if (array_key_exists("Rule",$param) and $param["Rule"] !== null) {
$this->Rule = $param["Rule"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateAlarmShieldRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateAlarmShieldRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $Time 日志时间,单位ms
@param string $TopicId 日志主题ID
@param string $TopicName 日志主题名称
@param string $Source 日志来源IP
@param string $FileName 日志文件名称
@param string $PkgId 日志上报请求包的ID
@param string $PkgLogId 请求包内日志的ID
@param array $HighLights 符合检索条件的关键词,一般用于高亮显示。仅支持键值检索,不支持全文检索
@param string $LogJson 日志内容的Json序列化字符串
@param string $HostName 日志来源主机名称
@param string $RawLog 原始日志(仅在日志创建索引异常时有值)
@param string $IndexStatus 日志创建索引异常原因(仅在日志创建索引异常时有值) | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/LogInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/LogInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $SharingUrl 免密分享链接
@param string $SharingId 免密分享链接ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateConsoleSharingResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConsoleSharingResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SharingUrl",$param) and $param["SharingUrl"] !== null) {
$this->SharingUrl = $param["SharingUrl"];
}
if (array_key_exists("SharingId",$param) and $param["SharingId"] !== null) {
$this->SharingId = $param["SharingId"];
}
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/Cls/V20201016/Models/CreateConsoleSharingResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConsoleSharingResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ReceiverType",$param) and $param["ReceiverType"] !== null) {
$this->ReceiverType = $param["ReceiverType"];
}
if (array_key_exists("Values",$param) and $param["Values"] !== null) {
$this->Values = $param["Values"];
}
if (array_key_exists("ReceiverChannels",$param) and $param["ReceiverChannels"] !== null) {
$this->ReceiverChannels = $param["ReceiverChannels"];
}
if (array_key_exists("Url",$param) and $param["Url"] !== null) {
$this->Url = $param["Url"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DashboardNoticeMode.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DashboardNoticeMode.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ApplyConfigToMachineGroupResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ApplyConfigToMachineGroupResponse.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/Cls/V20201016/Models/ApplyConfigToMachineGroupResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ApplyConfigToMachineGroupResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
if (array_key_exists("Count",$param) and $param["Count"] !== null) {
$this->Count = $param["Count"];
}
if (array_key_exists("Query",$param) and $param["Query"] !== null) {
$this->Query = $param["Query"];
}
if (array_key_exists("From",$param) and $param["From"] !== null) {
$this->From = $param["From"];
}
if (array_key_exists("To",$param) and $param["To"] !== null) {
$this->To = $param["To"];
}
if (array_key_exists("Order",$param) and $param["Order"] !== null) {
$this->Order = $param["Order"];
}
if (array_key_exists("Format",$param) and $param["Format"] !== null) {
$this->Format = $param["Format"];
}
if (array_key_exists("SyntaxRule",$param) and $param["SyntaxRule"] !== null) {
$this->SyntaxRule = $param["SyntaxRule"];
}
if (array_key_exists("DerivedFields",$param) and $param["DerivedFields"] !== null) {
$this->DerivedFields = $param["DerivedFields"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateExportRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateExportRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Attributes 条件属性,目前只支持VpcID
@param integer $Rule 条件规则,1:等于,2:不等于
@param string $ConditionValue 对应条件属性的值 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ConditionInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ConditionInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Attributes",$param) and $param["Attributes"] !== null) {
$this->Attributes = $param["Attributes"];
}
if (array_key_exists("Rule",$param) and $param["Rule"] !== null) {
$this->Rule = $param["Rule"];
}
if (array_key_exists("ConditionValue",$param) and $param["ConditionValue"] !== null) {
$this->ConditionValue = $param["ConditionValue"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ConditionInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ConditionInfo.php | Apache-2.0 |
function __construct()
{
} | @param boolean $CaseSensitive 是否大小写敏感
@param array $KeyValues 元字段索引配置中的字段信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/RuleTagInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/RuleTagInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题 ID
@param string $LogsetId 日志集ID
@param string $Name 投递任务名称
@param string $Bucket COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
@param string $BucketRegion COS存储桶所在地域,详见产品支持的[地域列表](https://cloud.tencent.com/document/product/436/6224)。
@param string $Prefix COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。
@param string $Compress 压缩模式: "", "gzip", "lzop", "snappy"; 默认"" | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/SearchCosRechargeInfoRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchCosRechargeInfoRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
if (array_key_exists("LogsetId",$param) and $param["LogsetId"] !== null) {
$this->LogsetId = $param["LogsetId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("Bucket",$param) and $param["Bucket"] !== null) {
$this->Bucket = $param["Bucket"];
}
if (array_key_exists("BucketRegion",$param) and $param["BucketRegion"] !== null) {
$this->BucketRegion = $param["BucketRegion"];
}
if (array_key_exists("Prefix",$param) and $param["Prefix"] !== null) {
$this->Prefix = $param["Prefix"];
}
if (array_key_exists("Compress",$param) and $param["Compress"] !== null) {
$this->Compress = $param["Compress"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/SearchCosRechargeInfoRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchCosRechargeInfoRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Condition",$param) and $param["Condition"] !== null) {
$this->Condition = $param["Condition"];
}
if (array_key_exists("AlarmLevel",$param) and $param["AlarmLevel"] !== null) {
$this->AlarmLevel = $param["AlarmLevel"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/MultiCondition.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/MultiCondition.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConfigExtraResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConfigExtraResponse.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/Cls/V20201016/Models/DeleteConfigExtraResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConfigExtraResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $GroupId 机器组ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateMachineGroupResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateMachineGroupResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("GroupId",$param) and $param["GroupId"] !== null) {
$this->GroupId = $param["GroupId"];
}
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/Cls/V20201016/Models/CreateMachineGroupResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateMachineGroupResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $Tasks 日志配置详情列表
@param integer $TotalCount 日志配置总数
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeCloudProductLogTasksResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeCloudProductLogTasksResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $WebCallbackId 回调配置ID。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateWebCallbackResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateWebCallbackResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("WebCallbackId",$param) and $param["WebCallbackId"] !== null) {
$this->WebCallbackId = $param["WebCallbackId"];
}
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/Cls/V20201016/Models/CreateWebCallbackResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateWebCallbackResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $FromTopicId 日志主题ID
@param integer $Compression 压缩方式[0:NONE;2:SNAPPY;3:LZ4]
@param KafkaConsumerContent $ConsumerContent kafka协议消费数据格式 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyKafkaConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyKafkaConsumerRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FromTopicId",$param) and $param["FromTopicId"] !== null) {
$this->FromTopicId = $param["FromTopicId"];
}
if (array_key_exists("Compression",$param) and $param["Compression"] !== null) {
$this->Compression = $param["Compression"];
}
if (array_key_exists("ConsumerContent",$param) and $param["ConsumerContent"] !== null) {
$this->ConsumerContent = new KafkaConsumerContent();
$this->ConsumerContent->deserialize($param["ConsumerContent"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyKafkaConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyKafkaConsumerRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $Partitions 分区列表
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribePartitionsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribePartitionsResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Format",$param) and $param["Format"] !== null) {
$this->Format = $param["Format"];
}
if (array_key_exists("Csv",$param) and $param["Csv"] !== null) {
$this->Csv = new CsvInfo();
$this->Csv->deserialize($param["Csv"]);
}
if (array_key_exists("Json",$param) and $param["Json"] !== null) {
$this->Json = new JsonInfo();
$this->Json->deserialize($param["Json"]);
}
if (array_key_exists("Parquet",$param) and $param["Parquet"] !== null) {
$this->Parquet = new ParquetInfo();
$this->Parquet->deserialize($param["Parquet"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ContentInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ContentInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $Status 枚举值,0创建中 1创建完成 2删除中 3删除完成
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteCloudProductLogCollectionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteCloudProductLogCollectionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
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/Cls/V20201016/Models/DeleteCloudProductLogCollectionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteCloudProductLogCollectionResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Id Kafka导入配置ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateKafkaRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateKafkaRechargeResponse.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("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/Cls/V20201016/Models/CreateKafkaRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateKafkaRechargeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 指标主题ID
@param string $Query 查询语句,使用PromQL语法
@param integer $Start 查询起始时间,秒级Unix时间戳
@param integer $End 查询结束时间,秒级Unix时间戳
@param integer $Step 查询时间间隔,单位秒 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/QueryRangeMetricRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/QueryRangeMetricRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
if (array_key_exists("Query",$param) and $param["Query"] !== null) {
$this->Query = $param["Query"];
}
if (array_key_exists("Start",$param) and $param["Start"] !== null) {
$this->Start = $param["Start"];
}
if (array_key_exists("End",$param) and $param["End"] !== null) {
$this->End = $param["End"];
}
if (array_key_exists("Step",$param) and $param["Step"] !== null) {
$this->Step = $param["Step"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/QueryRangeMetricRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/QueryRangeMetricRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CloseKafkaConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CloseKafkaConsumerResponse.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/Cls/V20201016/Models/CloseKafkaConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CloseKafkaConsumerResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupResponse.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/Cls/V20201016/Models/DeleteMachineGroupResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Key 需要过滤的字段。
@param array $Values 需要过滤的值。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/Filter.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/Filter.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("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/Cls/V20201016/Models/Filter.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/Filter.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeIndexRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeIndexRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeIndexRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeIndexRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TaskId 任务id
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateScheduledSqlResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateScheduledSqlResponse.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/Cls/V20201016/Models/CreateScheduledSqlResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateScheduledSqlResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyKafkaRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyKafkaRechargeResponse.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/Cls/V20201016/Models/ModifyKafkaRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyKafkaRechargeResponse.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.