lib/v20210622/models.rb in tencentcloud-sdk-apm-3.0.614 vs lib/v20210622/models.rb in tencentcloud-sdk-apm-3.0.615

- old
+ new

@@ -234,14 +234,17 @@ # 注意:此字段可能返回 null,表示取不到有效值。 # @type LogSet: String # @param MetricDuration: Metric数据保存时长 # 注意:此字段可能返回 null,表示取不到有效值。 # @type MetricDuration: Integer + # @param CustomShowTags: 用户自定义展示标签列表 + # 注意:此字段可能返回 null,表示取不到有效值。 + # @type CustomShowTags: Array - attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration + attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration, :CustomShowTags - def initialize(amountofusedstorage=nil, name=nil, tags=nil, instanceid=nil, createuin=nil, servicecount=nil, countofreportspanperday=nil, appid=nil, traceduration=nil, description=nil, status=nil, region=nil, spandailycounters=nil, billinginstance=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, logregion=nil, logsource=nil, isrelatedlog=nil, logtopicid=nil, clientcount=nil, totalcount=nil, logset=nil, metricduration=nil) + def initialize(amountofusedstorage=nil, name=nil, tags=nil, instanceid=nil, createuin=nil, servicecount=nil, countofreportspanperday=nil, appid=nil, traceduration=nil, description=nil, status=nil, region=nil, spandailycounters=nil, billinginstance=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, logregion=nil, logsource=nil, isrelatedlog=nil, logtopicid=nil, clientcount=nil, totalcount=nil, logset=nil, metricduration=nil, customshowtags=nil) @AmountOfUsedStorage = amountofusedstorage @Name = name @Tags = tags @InstanceId = instanceid @CreateUin = createuin @@ -264,10 +267,11 @@ @LogTopicID = logtopicid @ClientCount = clientcount @TotalCount = totalcount @LogSet = logset @MetricDuration = metricduration + @CustomShowTags = customshowtags end def deserialize(params) @AmountOfUsedStorage = params['AmountOfUsedStorage'] @Name = params['Name'] @@ -300,10 +304,11 @@ @LogTopicID = params['LogTopicID'] @ClientCount = params['ClientCount'] @TotalCount = params['TotalCount'] @LogSet = params['LogSet'] @MetricDuration = params['MetricDuration'] + @CustomShowTags = params['CustomShowTags'] end end # 指标列表单元 class ApmMetricRecord < TencentCloud::Common::AbstractModel @@ -981,14 +986,16 @@ # @type LogTopicID: String # @param LogSet: CLS日志集 | ES集群ID # @type LogSet: String # @param LogSource: CLS | ES # @type LogSource: String + # @param CustomShowTags: 用户自定义展示标签列表 + # @type CustomShowTags: Array - attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource + attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource, :CustomShowTags - def initialize(instanceid=nil, name=nil, tags=nil, description=nil, traceduration=nil, openbilling=nil, spandailycounters=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, isrelatedlog=nil, logregion=nil, logtopicid=nil, logset=nil, logsource=nil) + def initialize(instanceid=nil, name=nil, tags=nil, description=nil, traceduration=nil, openbilling=nil, spandailycounters=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, isrelatedlog=nil, logregion=nil, logtopicid=nil, logset=nil, logsource=nil, customshowtags=nil) @InstanceId = instanceid @Name = name @Tags = tags @Description = description @TraceDuration = traceduration @@ -1001,10 +1008,11 @@ @IsRelatedLog = isrelatedlog @LogRegion = logregion @LogTopicID = logtopicid @LogSet = logset @LogSource = logsource + @CustomShowTags = customshowtags end def deserialize(params) @InstanceId = params['InstanceId'] @Name = params['Name'] @@ -1027,9 +1035,10 @@ @IsRelatedLog = params['IsRelatedLog'] @LogRegion = params['LogRegion'] @LogTopicID = params['LogTopicID'] @LogSet = params['LogSet'] @LogSource = params['LogSource'] + @CustomShowTags = params['CustomShowTags'] end end # ModifyApmInstance返回参数结构体 class ModifyApmInstanceResponse < TencentCloud::Common::AbstractModel