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 $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateDashboardSubscribeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateDashboardSubscribeResponse.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/CreateDashboardSubscribeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateDashboardSubscribeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Id Kafka数据订阅配置的ID。
@param string $TopicId 日志主题ID
@param string $Name Kafka导入任务名称
@param integer $KafkaType 导入Kafka类型,0: 腾讯云CKafka,1: 用户自建Kafka
@param string $KafkaInstance 腾讯云CKafka实例ID,KafkaType为0时必填
@param string $ServerAddr 服务地址
@param boolean $IsEncryptionAddr ServerAddr是否为加密连接
@param KafkaProtocolInfo $Protocol 加密访问协议,IsEncryptionAddr参数为true时必填
@param string $UserKafkaTopics 用户需要导入的Kafka相关topic列表,多个topic之间使用半角逗号隔开
@param string $ConsumerGroupName 用户Kafka消费组名称
@param integer $Status 状态 ,1:运行中;2:暂停。
@param integer $Offset 导入数据位置,-2:最早(默认),-1:最晚
@param string $CreateTime 创建时间
@param string $UpdateTime 更新时间
@param LogRechargeRuleInfo $LogRechargeRule 日志导入规则 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/KafkaRechargeInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/KafkaRechargeInfo.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"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("KafkaType",$param) and $param["KafkaType"] !== null) {
$this->KafkaType = $param["KafkaType"];
}
if (array_key_exists("KafkaInstance",$param) and $param["KafkaInstance"] !== null) {
$this->KafkaInstance = $param["KafkaInstance"];
}
if (array_key_exists("ServerAddr",$param) and $param["ServerAddr"] !== null) {
$this->ServerAddr = $param["ServerAddr"];
}
if (array_key_exists("IsEncryptionAddr",$param) and $param["IsEncryptionAddr"] !== null) {
$this->IsEncryptionAddr = $param["IsEncryptionAddr"];
}
if (array_key_exists("Protocol",$param) and $param["Protocol"] !== null) {
$this->Protocol = new KafkaProtocolInfo();
$this->Protocol->deserialize($param["Protocol"]);
}
if (array_key_exists("UserKafkaTopics",$param) and $param["UserKafkaTopics"] !== null) {
$this->UserKafkaTopics = $param["UserKafkaTopics"];
}
if (array_key_exists("ConsumerGroupName",$param) and $param["ConsumerGroupName"] !== null) {
$this->ConsumerGroupName = $param["ConsumerGroupName"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("Offset",$param) and $param["Offset"] !== null) {
$this->Offset = $param["Offset"];
}
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"];
}
if (array_key_exists("LogRechargeRule",$param) and $param["LogRechargeRule"] !== null) {
$this->LogRechargeRule = new LogRechargeRuleInfo();
$this->LogRechargeRule->deserialize($param["LogRechargeRule"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/KafkaRechargeInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/KafkaRechargeInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PreviewType",$param) and $param["PreviewType"] !== null) {
$this->PreviewType = $param["PreviewType"];
}
if (array_key_exists("KafkaType",$param) and $param["KafkaType"] !== null) {
$this->KafkaType = $param["KafkaType"];
}
if (array_key_exists("UserKafkaTopics",$param) and $param["UserKafkaTopics"] !== null) {
$this->UserKafkaTopics = $param["UserKafkaTopics"];
}
if (array_key_exists("Offset",$param) and $param["Offset"] !== null) {
$this->Offset = $param["Offset"];
}
if (array_key_exists("KafkaInstance",$param) and $param["KafkaInstance"] !== null) {
$this->KafkaInstance = $param["KafkaInstance"];
}
if (array_key_exists("ServerAddr",$param) and $param["ServerAddr"] !== null) {
$this->ServerAddr = $param["ServerAddr"];
}
if (array_key_exists("IsEncryptionAddr",$param) and $param["IsEncryptionAddr"] !== null) {
$this->IsEncryptionAddr = $param["IsEncryptionAddr"];
}
if (array_key_exists("Protocol",$param) and $param["Protocol"] !== null) {
$this->Protocol = new KafkaProtocolInfo();
$this->Protocol->deserialize($param["Protocol"]);
}
if (array_key_exists("ConsumerGroupName",$param) and $param["ConsumerGroupName"] !== null) {
$this->ConsumerGroupName = $param["ConsumerGroupName"];
}
if (array_key_exists("LogRechargeRule",$param) and $param["LogRechargeRule"] !== null) {
$this->LogRechargeRule = new LogRechargeRuleInfo();
$this->LogRechargeRule->deserialize($param["LogRechargeRule"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/PreviewKafkaRechargeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/PreviewKafkaRechargeRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribePartitionsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribePartitionsRequest.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/DescribePartitionsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribePartitionsRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FullText",$param) and $param["FullText"] !== null) {
$this->FullText = new FullTextInfo();
$this->FullText->deserialize($param["FullText"]);
}
if (array_key_exists("KeyValue",$param) and $param["KeyValue"] !== null) {
$this->KeyValue = new RuleKeyValueInfo();
$this->KeyValue->deserialize($param["KeyValue"]);
}
if (array_key_exists("Tag",$param) and $param["Tag"] !== null) {
$this->Tag = new RuleTagInfo();
$this->Tag->deserialize($param["Tag"]);
}
if (array_key_exists("DynamicIndex",$param) and $param["DynamicIndex"] !== null) {
$this->DynamicIndex = new DynamicIndex();
$this->DynamicIndex->deserialize($param["DynamicIndex"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/RuleInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/RuleInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $ConfigExtraId 采集配置扩展信息ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateConfigExtraResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConfigExtraResponse.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"];
}
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/CreateConfigExtraResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConfigExtraResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $FromTopicId 日志主题ID
@param integer $Compression 压缩方式[0:NONE;2:SNAPPY;3:LZ4],默认:0
@param KafkaConsumerContent $ConsumerContent kafka协议消费数据格式 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/OpenKafkaConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/OpenKafkaConsumerRequest.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/OpenKafkaConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/OpenKafkaConsumerRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyConsoleSharingResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyConsoleSharingResponse.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/ModifyConsoleSharingResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyConsoleSharingResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Key 分组触发字段名称
@param string $Value 分组触发字段值 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/GroupTriggerConditionInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/GroupTriggerConditionInfo.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/GroupTriggerConditionInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/GroupTriggerConditionInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteKafkaRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteKafkaRechargeResponse.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/DeleteKafkaRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteKafkaRechargeResponse.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("RegionId",$param) and $param["RegionId"] !== null) {
$this->RegionId = $param["RegionId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/TopicIdAndRegion.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/TopicIdAndRegion.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("Tokenizer",$param) and $param["Tokenizer"] !== null) {
$this->Tokenizer = $param["Tokenizer"];
}
if (array_key_exists("SqlFlag",$param) and $param["SqlFlag"] !== null) {
$this->SqlFlag = $param["SqlFlag"];
}
if (array_key_exists("ContainZH",$param) and $param["ContainZH"] !== null) {
$this->ContainZH = $param["ContainZH"];
}
if (array_key_exists("Alias",$param) and $param["Alias"] !== null) {
$this->Alias = $param["Alias"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ValueInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ValueInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConsumerResponse.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/CreateConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConsumerResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Body",$param) and $param["Body"] !== null) {
$this->Body = $param["Body"];
}
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/CallBackInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CallBackInfo.php | Apache-2.0 |
function __construct()
{
} | @param array $Filters <br><li/> dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否<br><br><li/> 每次请求的Filters的上限为10,Filter.Values的上限为100。
@param integer $Offset 分页的偏移量,默认值为0。
@param integer $Limit 分页单页限制数目,默认值为20,最大值100。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeDashboardSubscribesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeDashboardSubscribesRequest.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("PartitionId",$param) and $param["PartitionId"] !== null) {
$this->PartitionId = $param["PartitionId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/MergePartitionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/MergePartitionRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ExportId 日志导出ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteExportRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteExportRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ExportId",$param) and $param["ExportId"] !== null) {
$this->ExportId = $param["ExportId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteExportRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteExportRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $MachineGroups 机器组信息列表
@param integer $TotalCount 分页的总数目
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeMachineGroupsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeMachineGroupsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Path 文件路径
@param string $File 文件名称 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/FilePathInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/FilePathInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Path",$param) and $param["Path"] !== null) {
$this->Path = $param["Path"];
}
if (array_key_exists("File",$param) and $param["File"] !== null) {
$this->File = $param["File"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/FilePathInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/FilePathInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $DashboardId 仪表盘id
@param string $DashboardName 仪表盘名字
@param string $Data 仪表盘数据
@param string $CreateTime 创建仪表盘的时间
@param integer $AssumerUin AssumerUin非空则表示创建该日志主题的服务方Uin
@param string $RoleName RoleName非空则表示创建该日志主题的服务方使用的角色
@param string $AssumerName AssumerName非空则表示创建该日志主题的服务方名称
@param array $Tags 日志主题绑定的标签信息
@param string $DashboardRegion 仪表盘所在地域: 为了兼容老的地域。
@param string $UpdateTime 修改仪表盘的时间
@param array $DashboardTopicInfos 仪表盘对应的topic相关信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DashboardInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DashboardInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("EnableTag",$param) and $param["EnableTag"] !== null) {
$this->EnableTag = $param["EnableTag"];
}
if (array_key_exists("MetaFields",$param) and $param["MetaFields"] !== null) {
$this->MetaFields = $param["MetaFields"];
}
if (array_key_exists("JsonType",$param) and $param["JsonType"] !== null) {
$this->JsonType = $param["JsonType"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/JsonInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/JsonInfo.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/AlarmAnalysisConfig.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AlarmAnalysisConfig.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("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("LogsetId",$param) and $param["LogsetId"] !== null) {
$this->LogsetId = $param["LogsetId"];
}
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/AlarmTarget.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AlarmTarget.php | Apache-2.0 |
function __construct()
{
} | @param array $AlarmNotices 告警通知模板列表。
@param integer $TotalCount 符合条件的告警通知模板总数。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeAlarmNoticesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeAlarmNoticesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteWebCallbackResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteWebCallbackResponse.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/DeleteWebCallbackResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteWebCallbackResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 投递任务绑定的日志主题 ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeConsumerRequest.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/DescribeConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeConsumerRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $Data 匹配到的存储桶下的某个文件的前几行数据
@param integer $Sum 匹配到的存储桶下的文件个数
@param string $Path 当前预览文件路径
@param string $Msg 预览获取数据失败原因
@param integer $Status 状态
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/SearchCosRechargeInfoResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchCosRechargeInfoResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Data",$param) and $param["Data"] !== null) {
$this->Data = $param["Data"];
}
if (array_key_exists("Sum",$param) and $param["Sum"] !== null) {
$this->Sum = $param["Sum"];
}
if (array_key_exists("Path",$param) and $param["Path"] !== null) {
$this->Path = $param["Path"];
}
if (array_key_exists("Msg",$param) and $param["Msg"] !== null) {
$this->Msg = $param["Msg"];
}
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/SearchCosRechargeInfoResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/SearchCosRechargeInfoResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $AlarmId 告警策略ID。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateAlarmResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateAlarmResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AlarmId",$param) and $param["AlarmId"] !== null) {
$this->AlarmId = $param["AlarmId"];
}
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/CreateAlarmResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateAlarmResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RechargeType 导入类型,支持json_log:json格式日志,minimalist_log: 单行全文,fullregex_log: 单行完全正则
@param integer $EncodingFormat 解析编码格式,0: UTF-8(默认值),1: GBK
@param boolean $DefaultTimeSwitch 使用默认时间,true:开启(默认值), flase:关闭
@param string $LogRegex 整条日志匹配规则,只有RechargeType为fullregex_log时有效
@param boolean $UnMatchLogSwitch 解析失败日志是否上传,true表示上传,false表示不上传
@param string $UnMatchLogKey 解析失败日志的键名称
@param integer $UnMatchLogTimeSrc 解析失败日志时间来源,0: 系统当前时间,1: Kafka消息时间戳
@param integer $DefaultTimeSrc 默认时间来源,0: 系统当前时间,1: Kafka消息时间戳
@param string $TimeKey 时间字段
@param string $TimeRegex 时间提取正则表达式
@param string $TimeFormat 时间字段格式
@param string $TimeZone 时间字段时区
@param array $Metadata 元数据信息,Kafka导入支持kafka_topic,kafka_partition,kafka_offset,kafka_timestamp
@param array $Keys 日志Key列表,RechargeType为full_regex_log时必填
@param boolean $ParseArray json解析模式,开启首层数据解析 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/LogRechargeRuleInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/LogRechargeRuleInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RechargeType",$param) and $param["RechargeType"] !== null) {
$this->RechargeType = $param["RechargeType"];
}
if (array_key_exists("EncodingFormat",$param) and $param["EncodingFormat"] !== null) {
$this->EncodingFormat = $param["EncodingFormat"];
}
if (array_key_exists("DefaultTimeSwitch",$param) and $param["DefaultTimeSwitch"] !== null) {
$this->DefaultTimeSwitch = $param["DefaultTimeSwitch"];
}
if (array_key_exists("LogRegex",$param) and $param["LogRegex"] !== null) {
$this->LogRegex = $param["LogRegex"];
}
if (array_key_exists("UnMatchLogSwitch",$param) and $param["UnMatchLogSwitch"] !== null) {
$this->UnMatchLogSwitch = $param["UnMatchLogSwitch"];
}
if (array_key_exists("UnMatchLogKey",$param) and $param["UnMatchLogKey"] !== null) {
$this->UnMatchLogKey = $param["UnMatchLogKey"];
}
if (array_key_exists("UnMatchLogTimeSrc",$param) and $param["UnMatchLogTimeSrc"] !== null) {
$this->UnMatchLogTimeSrc = $param["UnMatchLogTimeSrc"];
}
if (array_key_exists("DefaultTimeSrc",$param) and $param["DefaultTimeSrc"] !== null) {
$this->DefaultTimeSrc = $param["DefaultTimeSrc"];
}
if (array_key_exists("TimeKey",$param) and $param["TimeKey"] !== null) {
$this->TimeKey = $param["TimeKey"];
}
if (array_key_exists("TimeRegex",$param) and $param["TimeRegex"] !== null) {
$this->TimeRegex = $param["TimeRegex"];
}
if (array_key_exists("TimeFormat",$param) and $param["TimeFormat"] !== null) {
$this->TimeFormat = $param["TimeFormat"];
}
if (array_key_exists("TimeZone",$param) and $param["TimeZone"] !== null) {
$this->TimeZone = $param["TimeZone"];
}
if (array_key_exists("Metadata",$param) and $param["Metadata"] !== null) {
$this->Metadata = $param["Metadata"];
}
if (array_key_exists("Keys",$param) and $param["Keys"] !== null) {
$this->Keys = $param["Keys"];
}
if (array_key_exists("ParseArray",$param) and $param["ParseArray"] !== null) {
$this->ParseArray = $param["ParseArray"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/LogRechargeRuleInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/LogRechargeRuleInfo.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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CollectConfig.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CollectConfig.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题ID
@param RuleInfo $Rule 索引规则
@param boolean $Status 是否生效,默认为true
@param boolean $IncludeInternalFields 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引,默认为false,推荐设置为true
false:不包含
true:包含
@param integer $MetadataFlag 元数据字段(前缀为`__TAG__`的字段)是否包含至全文索引,默认为0,推荐设置为1
0:仅包含开启键值索引的元数据字段
1:包含所有元数据字段
2:不包含任何元数据字段 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateIndexRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateIndexRequest.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("Rule",$param) and $param["Rule"] !== null) {
$this->Rule = new RuleInfo();
$this->Rule->deserialize($param["Rule"]);
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateIndexRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateIndexRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 投递任务绑定的日志主题 ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConsumerRequest.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/DeleteConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConsumerRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ConfigId 采集配置ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateConfigResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConfigResponse.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"];
}
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/CreateConfigResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConfigResponse.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("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("KafkaType",$param) and $param["KafkaType"] !== null) {
$this->KafkaType = $param["KafkaType"];
}
if (array_key_exists("UserKafkaTopics",$param) and $param["UserKafkaTopics"] !== null) {
$this->UserKafkaTopics = $param["UserKafkaTopics"];
}
if (array_key_exists("Offset",$param) and $param["Offset"] !== null) {
$this->Offset = $param["Offset"];
}
if (array_key_exists("LogRechargeRule",$param) and $param["LogRechargeRule"] !== null) {
$this->LogRechargeRule = new LogRechargeRuleInfo();
$this->LogRechargeRule->deserialize($param["LogRechargeRule"]);
}
if (array_key_exists("KafkaInstance",$param) and $param["KafkaInstance"] !== null) {
$this->KafkaInstance = $param["KafkaInstance"];
}
if (array_key_exists("ServerAddr",$param) and $param["ServerAddr"] !== null) {
$this->ServerAddr = $param["ServerAddr"];
}
if (array_key_exists("IsEncryptionAddr",$param) and $param["IsEncryptionAddr"] !== null) {
$this->IsEncryptionAddr = $param["IsEncryptionAddr"];
}
if (array_key_exists("Protocol",$param) and $param["Protocol"] !== null) {
$this->Protocol = new KafkaProtocolInfo();
$this->Protocol->deserialize($param["Protocol"]);
}
if (array_key_exists("ConsumerGroupName",$param) and $param["ConsumerGroupName"] !== null) {
$this->ConsumerGroupName = $param["ConsumerGroupName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateKafkaRechargeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateKafkaRechargeRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteIndexResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteIndexResponse.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/DeleteIndexResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteIndexResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyKafkaConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyKafkaConsumerResponse.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/ModifyKafkaConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyKafkaConsumerResponse.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"];
}
if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) {
$this->StartTime = $param["StartTime"];
}
if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) {
$this->EndTime = $param["EndTime"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeShipperTasksRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeShipperTasksRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $Infos KafkaRechargeInfo 信息列表
@param integer $TotalCount Kafka导入信息总条数
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeKafkaRechargesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeKafkaRechargesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $SharingId 免密分享Id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConsoleSharingRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConsoleSharingRequest.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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConsoleSharingRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConsoleSharingRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("EventChannel",$param) and $param["EventChannel"] !== null) {
$this->EventChannel = $param["EventChannel"];
}
if (array_key_exists("TimeType",$param) and $param["TimeType"] !== null) {
$this->TimeType = $param["TimeType"];
}
if (array_key_exists("Timestamp",$param) and $param["Timestamp"] !== null) {
$this->Timestamp = $param["Timestamp"];
}
if (array_key_exists("EventIDs",$param) and $param["EventIDs"] !== null) {
$this->EventIDs = $param["EventIDs"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/EventLog.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/EventLog.php | Apache-2.0 |
function __construct()
{
} | @param integer $Id 仪表盘订阅id。
@param string $DashboardId 仪表盘id。
@param string $Name 仪表盘订阅名称。
@param string $Cron 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
@param DashboardSubscribeData $SubscribeData 仪表盘订阅数据。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyDashboardSubscribeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyDashboardSubscribeRequest.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("DashboardId",$param) and $param["DashboardId"] !== null) {
$this->DashboardId = $param["DashboardId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
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/ModifyDashboardSubscribeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyDashboardSubscribeRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyAlarmNoticeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyAlarmNoticeResponse.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/ModifyAlarmNoticeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyAlarmNoticeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Key 高亮的日志字段名称
@param array $Values 高亮的关键词 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/HighLightItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/HighLightItem.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/HighLightItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/HighLightItem.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PrintKey",$param) and $param["PrintKey"] !== null) {
$this->PrintKey = $param["PrintKey"];
}
if (array_key_exists("Keys",$param) and $param["Keys"] !== null) {
$this->Keys = $param["Keys"];
}
if (array_key_exists("Delimiter",$param) and $param["Delimiter"] !== null) {
$this->Delimiter = $param["Delimiter"];
}
if (array_key_exists("EscapeChar",$param) and $param["EscapeChar"] !== null) {
$this->EscapeChar = $param["EscapeChar"];
}
if (array_key_exists("NonExistingField",$param) and $param["NonExistingField"] !== null) {
$this->NonExistingField = $param["NonExistingField"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CsvInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CsvInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $ExportId 日志导出ID。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateExportResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateExportResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ExportId",$param) and $param["ExportId"] !== null) {
$this->ExportId = $param["ExportId"];
}
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/CreateExportResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateExportResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $WebCallbackId 告警渠道回调配置ID。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteWebCallbackRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteWebCallbackRequest.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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteWebCallbackRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteWebCallbackRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicID KafkaConsumer 消费时使用的Topic参数
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/OpenKafkaConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/OpenKafkaConsumerResponse.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/OpenKafkaConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/OpenKafkaConsumerResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $Topics 日志主题列表
@param integer $TotalCount 总数目
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeTopicsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeTopicsResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $Status Kafka集群可访问状态,0:可正常访问 ...
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CheckRechargeKafkaServerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CheckRechargeKafkaServerResponse.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/CheckRechargeKafkaServerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CheckRechargeKafkaServerResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ConfigId 采集配置ID
@param string $GroupId 机器组ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ApplyConfigToMachineGroupRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ApplyConfigToMachineGroupRequest.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"];
}
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/ApplyConfigToMachineGroupRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ApplyConfigToMachineGroupRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyCosRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyCosRechargeResponse.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/ModifyCosRechargeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyCosRechargeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $FromTopicId 日志主题ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CloseKafkaConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CloseKafkaConsumerRequest.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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CloseKafkaConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CloseKafkaConsumerRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Key 指标名称
@param string $Value 指标内容 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/MetricLabel.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/MetricLabel.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/MetricLabel.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/MetricLabel.php | Apache-2.0 |
function __construct()
{
} | @param array $Shippers 投递规则列表
@param integer $TotalCount 本次查询获取到的总数
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeShippersResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeShippersResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteScheduledSqlResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteScheduledSqlResponse.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/DeleteScheduledSqlResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteScheduledSqlResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 目标主题id
@param string $Alias 别名 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DataTransformResouceInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DataTransformResouceInfo.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("Alias",$param) and $param["Alias"] !== null) {
$this->Alias = $param["Alias"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DataTransformResouceInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DataTransformResouceInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeConsoleSharingListRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeConsoleSharingListRequest.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("AssumerName",$param) and $param["AssumerName"] !== null) {
$this->AssumerName = $param["AssumerName"];
}
if (array_key_exists("LogType",$param) and $param["LogType"] !== null) {
$this->LogType = $param["LogType"];
}
if (array_key_exists("CloudProductRegion",$param) and $param["CloudProductRegion"] !== null) {
$this->CloudProductRegion = $param["CloudProductRegion"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteCloudProductLogCollectionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteCloudProductLogCollectionRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $AlarmNoticeId 通知渠道组ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteAlarmNoticeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteAlarmNoticeRequest.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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteAlarmNoticeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteAlarmNoticeRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TaskId 屏蔽规则id。
@param string $AlarmNoticeId 通知渠道组id。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteAlarmShieldRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteAlarmShieldRequest.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("AlarmNoticeId",$param) and $param["AlarmNoticeId"] !== null) {
$this->AlarmNoticeId = $param["AlarmNoticeId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteAlarmShieldRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteAlarmShieldRequest.php | Apache-2.0 |
function __construct()
{
} | @param boolean $Status 键值索引自动配置开关 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DynamicIndex.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DynamicIndex.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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DynamicIndex.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DynamicIndex.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("AssumerName",$param) and $param["AssumerName"] !== null) {
$this->AssumerName = $param["AssumerName"];
}
if (array_key_exists("LogType",$param) and $param["LogType"] !== null) {
$this->LogType = $param["LogType"];
}
if (array_key_exists("CloudProductRegion",$param) and $param["CloudProductRegion"] !== null) {
$this->CloudProductRegion = $param["CloudProductRegion"];
}
if (array_key_exists("ClsRegion",$param) and $param["ClsRegion"] !== null) {
$this->ClsRegion = $param["ClsRegion"];
}
if (array_key_exists("LogsetName",$param) and $param["LogsetName"] !== null) {
$this->LogsetName = $param["LogsetName"];
}
if (array_key_exists("TopicName",$param) and $param["TopicName"] !== null) {
$this->TopicName = $param["TopicName"];
}
if (array_key_exists("Extend",$param) and $param["Extend"] !== null) {
$this->Extend = $param["Extend"];
}
if (array_key_exists("LogsetId",$param) and $param["LogsetId"] !== null) {
$this->LogsetId = $param["LogsetId"];
}
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/CreateCloudProductLogCollectionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateCloudProductLogCollectionRequest.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.