lib/v20210622/models.rb in tencentcloud-sdk-apm-3.0.931 vs lib/v20210622/models.rb in tencentcloud-sdk-apm-3.0.932

- old
+ new

@@ -346,14 +346,20 @@ # 注意:此字段可能返回 null,表示取不到有效值。 # @type PayModeEffective: Boolean # @param ResponseDurationWarningThreshold: 响应时间满意阈值 # 注意:此字段可能返回 null,表示取不到有效值。 # @type ResponseDurationWarningThreshold: Integer + # @param Free: 是否免费(0=否,1=限额免费,2=完全免费),默认0 + # 注意:此字段可能返回 null,表示取不到有效值。 + # @type Free: Integer + # @param DefaultTSF: 是否tsf默认业务系统(0=否,1-是) + # 注意:此字段可能返回 null,表示取不到有效值。 + # @type DefaultTSF: Integer - 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, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold + 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, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF - 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, paymode=nil, paymodeeffective=nil, responsedurationwarningthreshold=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, paymode=nil, paymodeeffective=nil, responsedurationwarningthreshold=nil, free=nil, defaulttsf=nil) @AmountOfUsedStorage = amountofusedstorage @Name = name @Tags = tags @InstanceId = instanceid @CreateUin = createuin @@ -380,10 +386,12 @@ @MetricDuration = metricduration @CustomShowTags = customshowtags @PayMode = paymode @PayModeEffective = paymodeeffective @ResponseDurationWarningThreshold = responsedurationwarningthreshold + @Free = free + @DefaultTSF = defaulttsf end def deserialize(params) @AmountOfUsedStorage = params['AmountOfUsedStorage'] @Name = params['Name'] @@ -420,9 +428,11 @@ @MetricDuration = params['MetricDuration'] @CustomShowTags = params['CustomShowTags'] @PayMode = params['PayMode'] @PayModeEffective = params['PayModeEffective'] @ResponseDurationWarningThreshold = params['ResponseDurationWarningThreshold'] + @Free = params['Free'] + @DefaultTSF = params['DefaultTSF'] end end # 指标列表单元 class ApmMetricRecord < TencentCloud::Common::AbstractModel