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 |
---|---|---|---|---|---|---|---|
function __construct()
{
} | @param string $ResultType 指标查询结果类型
@param string $Result 指标查询结果
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/QueryMetricResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/QueryMetricResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultType",$param) and $param["ResultType"] !== null) {
$this->ResultType = $param["ResultType"];
}
if (array_key_exists("Result",$param) and $param["Result"] !== null) {
$this->Result = $param["Result"];
}
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/QueryMetricResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/QueryMetricResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteIndexRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteIndexRequest.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/DeleteIndexRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteIndexRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteNoticeContentResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteNoticeContentResponse.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/DeleteNoticeContentResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteNoticeContentResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyDashboardSubscribeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyDashboardSubscribeResponse.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/ModifyDashboardSubscribeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyDashboardSubscribeResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 符合条件的规则总数目
@param array $AlarmShields 告警屏蔽规则详情
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeAlarmShieldsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeAlarmShieldsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $EtlContent 用户输入的加工语句
@param array $DstResources 加工任务目的topic_id以及别名
@param integer $FuncType 数据加工目标主题的类型. 1 固定主题 2动态创建 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CheckFunctionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CheckFunctionRequest.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/MergePartitionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/MergePartitionResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $NoticeContentId 通知内容配置ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateNoticeContentResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateNoticeContentResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("NoticeContentId",$param) and $param["NoticeContentId"] !== null) {
$this->NoticeContentId = $param["NoticeContentId"];
}
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/CreateNoticeContentResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateNoticeContentResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $Id 仪表盘订阅记录id。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteDashboardSubscribeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteDashboardSubscribeRequest.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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteDashboardSubscribeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteDashboardSubscribeRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Name 模板名称。
@param integer $Type 模板内容语言。0:中文1:英文
@param array $NoticeContents 模板详细配置。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateNoticeContentRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateNoticeContentRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/SearchDashboardSubscribeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchDashboardSubscribeResponse.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/SearchDashboardSubscribeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchDashboardSubscribeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $GroupId 机器组ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupRequest.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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Key 标签键
@param string $Value 标签值 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/Tag.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/Tag.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("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/Tag.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/Tag.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/AddMachineGroupInfoResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AddMachineGroupInfoResponse.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/AddMachineGroupInfoResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AddMachineGroupInfoResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Name 列的名字
@param string $Type 列的属性 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/Column.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/Column.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("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/Column.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/Column.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("ReceiverIds",$param) and $param["ReceiverIds"] !== null) {
$this->ReceiverIds = $param["ReceiverIds"];
}
if (array_key_exists("ReceiverChannels",$param) and $param["ReceiverChannels"] !== null) {
$this->ReceiverChannels = $param["ReceiverChannels"];
}
if (array_key_exists("NoticeContentId",$param) and $param["NoticeContentId"] !== null) {
$this->NoticeContentId = $param["NoticeContentId"];
}
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("Index",$param) and $param["Index"] !== null) {
$this->Index = $param["Index"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/NoticeReceiver.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/NoticeReceiver.php | Apache-2.0 |
function __construct()
{
} | @param string $Key 日志Key
@param string $Value 日志Value | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/LogItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/LogItem.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("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/LogItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/LogItem.php | Apache-2.0 |
function __construct()
{
} | @param array $ScheduledSqlTaskInfos ScheduledSQL任务列表信息
@param integer $TotalCount 任务总次数
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeScheduledSqlInfoResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeScheduledSqlInfoResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $Interval 统计周期: 单位ms
@param integer $TotalCount 命中关键字的日志总条数
@param array $HistogramInfos 周期内统计结果详情
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeLogHistogramResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeLogHistogramResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $GroupId 机器组ID
@param string $GroupName 机器组名称
@param MachineGroupTypeInfo $MachineGroupType 机器组类型
@param string $CreateTime 创建时间
@param array $Tags 机器组绑定的标签列表
@param string $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 机器组元数据信息列表
@param integer $OSType 操作系统类型,0: Linux,1: windows | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/MachineGroupInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/MachineGroupInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 主题id
@param string $Region topic所在的地域 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DashboardTopicInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DashboardTopicInfo.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("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/Cls/V20201016/Models/DashboardTopicInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DashboardTopicInfo.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("MachineGroupType",$param) and $param["MachineGroupType"] !== null) {
$this->MachineGroupType = new MachineGroupTypeInfo();
$this->MachineGroupType->deserialize($param["MachineGroupType"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupInfoRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupInfoRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CaseSensitive",$param) and $param["CaseSensitive"] !== null) {
$this->CaseSensitive = $param["CaseSensitive"];
}
if (array_key_exists("Tokenizer",$param) and $param["Tokenizer"] !== null) {
$this->Tokenizer = $param["Tokenizer"];
}
if (array_key_exists("ContainZH",$param) and $param["ContainZH"] !== null) {
$this->ContainZH = $param["ContainZH"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/FullTextInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/FullTextInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $ErrorCode 失败错误码
@param string $ErrorMsg 失败错误信息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CheckFunctionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CheckFunctionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ErrorCode",$param) and $param["ErrorCode"] !== null) {
$this->ErrorCode = $param["ErrorCode"];
}
if (array_key_exists("ErrorMsg",$param) and $param["ErrorMsg"] !== null) {
$this->ErrorMsg = $param["ErrorMsg"];
}
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/CheckFunctionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CheckFunctionResponse.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/SplitPartitionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SplitPartitionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LogContent",$param) and $param["LogContent"] !== null) {
$this->LogContent = $param["LogContent"];
}
if (array_key_exists("LineNum",$param) and $param["LineNum"] !== null) {
$this->LineNum = $param["LineNum"];
}
if (array_key_exists("DstTopicId",$param) and $param["DstTopicId"] !== null) {
$this->DstTopicId = $param["DstTopicId"];
}
if (array_key_exists("FailReason",$param) and $param["FailReason"] !== null) {
$this->FailReason = $param["FailReason"];
}
if (array_key_exists("Time",$param) and $param["Time"] !== null) {
$this->Time = $param["Time"];
}
if (array_key_exists("DstTopicName",$param) and $param["DstTopicName"] !== null) {
$this->DstTopicName = $param["DstTopicName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/PreviewLogStatistic.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/PreviewLogStatistic.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteTopicResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteTopicResponse.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/DeleteTopicResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteTopicResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyTopicResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyTopicResponse.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/ModifyTopicResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyTopicResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $InstanceId Ckafka 的 InstanceId
@param string $TopicName Ckafka 的 TopicName
@param string $Vip Ckafka 的 Vip
@param string $Vport Ckafka 的 Vport
@param string $InstanceName Ckafka 的 InstanceName
@param string $TopicId Ckafka 的 TopicId | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/Ckafka.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/Ckafka.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InstanceId",$param) and $param["InstanceId"] !== null) {
$this->InstanceId = $param["InstanceId"];
}
if (array_key_exists("TopicName",$param) and $param["TopicName"] !== null) {
$this->TopicName = $param["TopicName"];
}
if (array_key_exists("Vip",$param) and $param["Vip"] !== null) {
$this->Vip = $param["Vip"];
}
if (array_key_exists("Vport",$param) and $param["Vport"] !== null) {
$this->Vport = $param["Vport"];
}
if (array_key_exists("InstanceName",$param) and $param["InstanceName"] !== null) {
$this->InstanceName = $param["InstanceName"];
}
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/Ckafka.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/Ckafka.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateDeliverCloudFunctionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateDeliverCloudFunctionResponse.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/CreateDeliverCloudFunctionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateDeliverCloudFunctionResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 告警历史总数
@param array $Records 告警历史详情
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeAlertRecordHistoryResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeAlertRecordHistoryResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ConfigId 采集配置ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeConfigMachineGroupsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeConfigMachineGroupsRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ConfigId",$param) and $param["ConfigId"] !== null) {
$this->ConfigId = $param["ConfigId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeConfigMachineGroupsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeConfigMachineGroupsRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $KeyName 键值名称
@param string $KeyType 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
@param string $KeyNonExistingField 解析失败赋值信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ParquetKeyInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ParquetKeyInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("KeyName",$param) and $param["KeyName"] !== null) {
$this->KeyName = $param["KeyName"];
}
if (array_key_exists("KeyType",$param) and $param["KeyType"] !== null) {
$this->KeyType = $param["KeyType"];
}
if (array_key_exists("KeyNonExistingField",$param) and $param["KeyNonExistingField"] !== null) {
$this->KeyNonExistingField = $param["KeyNonExistingField"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ParquetKeyInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ParquetKeyInfo.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("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/MachineGroupTypeInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/MachineGroupTypeInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $Count 统计周期内的日志条数
@param integer $BTime 按 period 取整后的 unix timestamp: 单位毫秒 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/HistogramInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/HistogramInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Count",$param) and $param["Count"] !== null) {
$this->Count = $param["Count"];
}
if (array_key_exists("BTime",$param) and $param["BTime"] !== null) {
$this->BTime = $param["BTime"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/HistogramInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/HistogramInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题ID
@param integer $Period 日志存储生命周期
@param string $Context 透传本次接口返回的Context值,可获取后续更多日志,过期时间1小时 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/SearchLogInfos.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchLogInfos.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("Period",$param) and $param["Period"] !== null) {
$this->Period = $param["Period"];
}
if (array_key_exists("Context",$param) and $param["Context"] !== null) {
$this->Context = $param["Context"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/SearchLogInfos.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchLogInfos.php | Apache-2.0 |
function __construct()
{
} | @param string $LogsetId 日志集ID
@param string $LogsetName 日志集名称
@param string $CreateTime 创建时间
@param string $AssumerName 云产品标识,日志集由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
@param array $Tags 日志集绑定的标签
@param integer $TopicCount 日志集下日志主题的数目
@param string $RoleName 若AssumerName非空,则表示创建该日志集的服务方角色 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/LogsetInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/LogsetInfo.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("LogType",$param) and $param["LogType"] !== null) {
$this->LogType = $param["LogType"];
}
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"];
}
if (array_key_exists("ExtractRuleInfo",$param) and $param["ExtractRuleInfo"] !== null) {
$this->ExtractRuleInfo = new ExtractRuleInfo();
$this->ExtractRuleInfo->deserialize($param["ExtractRuleInfo"]);
}
if (array_key_exists("TaskType",$param) and $param["TaskType"] !== null) {
$this->TaskType = $param["TaskType"];
}
if (array_key_exists("Metadata",$param) and $param["Metadata"] !== null) {
$this->Metadata = $param["Metadata"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateCosRechargeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateCosRechargeRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $Exports 日志导出列表
@param integer $TotalCount 总数目
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeExportsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeExportsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ShipperId 投递规则ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteShipperRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteShipperRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ShipperId",$param) and $param["ShipperId"] !== null) {
$this->ShipperId = $param["ShipperId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteShipperRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteShipperRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyScheduledSqlResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyScheduledSqlResponse.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/ModifyScheduledSqlResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyScheduledSqlResponse.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/CreateDataTransformResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateDataTransformResponse.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/CreateDataTransformResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateDataTransformResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ConfigExtraId 特殊采集规则扩展配置ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConfigExtraRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConfigExtraRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ConfigExtraId",$param) and $param["ConfigExtraId"] !== null) {
$this->ConfigExtraId = $param["ConfigExtraId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConfigExtraRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConfigExtraRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Key 需要过滤日志的key
@param string $Regex key对应的过滤规则regex | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/KeyRegexInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/KeyRegexInfo.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("Regex",$param) and $param["Regex"] !== null) {
$this->Regex = $param["Regex"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/KeyRegexInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/KeyRegexInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $GroupId 机器组ID
@param string $ConfigId 采集配置ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConfigFromMachineGroupRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConfigFromMachineGroupRequest.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("ConfigId",$param) and $param["ConfigId"] !== null) {
$this->ConfigId = $param["ConfigId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConfigFromMachineGroupRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConfigFromMachineGroupRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 要检索分析的日志主题ID
@param string $Context 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/MultiTopicSearchInformation.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/MultiTopicSearchInformation.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("Context",$param) and $param["Context"] !== null) {
$this->Context = $param["Context"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/MultiTopicSearchInformation.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/MultiTopicSearchInformation.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteDashboardSubscribeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteDashboardSubscribeResponse.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/DeleteDashboardSubscribeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteDashboardSubscribeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Name 仪表盘订阅名称。
@param string $DashboardId 仪表盘id。
@param string $Cron 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。<br><li/>{秒数} 取值范围: 0 ~ 59 <br><li/>{分钟} 取值范围: 0 ~ 59 <br><li/>{小时} 取值范围: 0 ~ 23 <br><li/>{日期} 取值范围: 1 ~ 31 AND (dayOfMonth最后一天: L) <br><li/>{月份} 取值范围: 1 ~ 12 <br><li/>{星期} 取值范围: 0 ~ 6 【0:星期日, 6星期六】
@param DashboardSubscribeData $SubscribeData 仪表盘订阅数据。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateDashboardSubscribeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateDashboardSubscribeRequest.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("DashboardId",$param) and $param["DashboardId"] !== null) {
$this->DashboardId = $param["DashboardId"];
}
if (array_key_exists("Cron",$param) and $param["Cron"] !== null) {
$this->Cron = $param["Cron"];
}
if (array_key_exists("SubscribeData",$param) and $param["SubscribeData"] !== null) {
$this->SubscribeData = new DashboardSubscribeData();
$this->SubscribeData->deserialize($param["SubscribeData"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateDashboardSubscribeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateDashboardSubscribeRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Effective",$param) and $param["Effective"] !== null) {
$this->Effective = $param["Effective"];
}
if (array_key_exists("NeedContent",$param) and $param["NeedContent"] !== null) {
$this->NeedContent = $param["NeedContent"];
}
if (array_key_exists("Content",$param) and $param["Content"] !== null) {
$this->Content = new ConsumerContent();
$this->Content->deserialize($param["Content"]);
}
if (array_key_exists("Ckafka",$param) and $param["Ckafka"] !== null) {
$this->Ckafka = new Ckafka();
$this->Ckafka->deserialize($param["Ckafka"]);
}
if (array_key_exists("Compression",$param) and $param["Compression"] !== null) {
$this->Compression = $param["Compression"];
}
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/DescribeConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeConsumerResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ConfigId 采集规则配置ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConfigRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConfigRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ConfigId",$param) and $param["ConfigId"] !== null) {
$this->ConfigId = $param["ConfigId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConfigRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConfigRequest.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("Rule",$param) and $param["Rule"] !== null) {
$this->Rule = new RuleInfo();
$this->Rule->deserialize($param["Rule"]);
}
if (array_key_exists("ModifyTime",$param) and $param["ModifyTime"] !== null) {
$this->ModifyTime = $param["ModifyTime"];
}
if (array_key_exists("IncludeInternalFields",$param) and $param["IncludeInternalFields"] !== null) {
$this->IncludeInternalFields = $param["IncludeInternalFields"];
}
if (array_key_exists("MetadataFlag",$param) and $param["MetadataFlag"] !== null) {
$this->MetadataFlag = $param["MetadataFlag"];
}
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/DescribeIndexResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeIndexResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $SharingId 免密分享链接Id
@param integer $DurationMilliseconds 指定分享链接有效期,单位:毫秒,最长可设定有效期为30天 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyConsoleSharingRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyConsoleSharingRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SharingId",$param) and $param["SharingId"] !== null) {
$this->SharingId = $param["SharingId"];
}
if (array_key_exists("DurationMilliseconds",$param) and $param["DurationMilliseconds"] !== null) {
$this->DurationMilliseconds = $param["DurationMilliseconds"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyConsoleSharingRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyConsoleSharingRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Ip",$param) and $param["Ip"] !== null) {
$this->Ip = $param["Ip"];
}
if (array_key_exists("InstanceID",$param) and $param["InstanceID"] !== null) {
$this->InstanceID = $param["InstanceID"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("OfflineTime",$param) and $param["OfflineTime"] !== null) {
$this->OfflineTime = $param["OfflineTime"];
}
if (array_key_exists("AutoUpdate",$param) and $param["AutoUpdate"] !== null) {
$this->AutoUpdate = $param["AutoUpdate"];
}
if (array_key_exists("Version",$param) and $param["Version"] !== null) {
$this->Version = $param["Version"];
}
if (array_key_exists("UpdateStatus",$param) and $param["UpdateStatus"] !== null) {
$this->UpdateStatus = $param["UpdateStatus"];
}
if (array_key_exists("ErrCode",$param) and $param["ErrCode"] !== null) {
$this->ErrCode = $param["ErrCode"];
}
if (array_key_exists("ErrMsg",$param) and $param["ErrMsg"] !== null) {
$this->ErrMsg = $param["ErrMsg"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/MachineInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/MachineInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $Type 类型,选填File或Path
@param string $Value Type对应的具体内容 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ExcludePathInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ExcludePathInfo.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("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/ExcludePathInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ExcludePathInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $TaskId 数据加工任务id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteDataTransformRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteDataTransformRequest.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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteDataTransformRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteDataTransformRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyAlarmResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyAlarmResponse.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/ModifyAlarmResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyAlarmResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题ID
@param string $ErrorMsg 错误信息
@param string $ErrorCodeStr 错误码 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/SearchLogErrors.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchLogErrors.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("ErrorMsg",$param) and $param["ErrorMsg"] !== null) {
$this->ErrorMsg = $param["ErrorMsg"];
}
if (array_key_exists("ErrorCodeStr",$param) and $param["ErrorCodeStr"] !== null) {
$this->ErrorCodeStr = $param["ErrorCodeStr"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/SearchLogErrors.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchLogErrors.php | Apache-2.0 |
function __construct()
{
} | @param array $Data 见: CosRechargeInfo 结构描述
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeCosRechargesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeCosRechargesResponse.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("MachineGroupType",$param) and $param["MachineGroupType"] !== null) {
$this->MachineGroupType = new MachineGroupTypeInfo();
$this->MachineGroupType->deserialize($param["MachineGroupType"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/AddMachineGroupInfoRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AddMachineGroupInfoRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyLogsetResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyLogsetResponse.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/ModifyLogsetResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyLogsetResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyConfigExtraResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyConfigExtraResponse.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/ModifyConfigExtraResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyConfigExtraResponse.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.