lib/v20201016/models.rb in tencentcloud-sdk-cls-3.0.919 vs lib/v20201016/models.rb in tencentcloud-sdk-cls-3.0.920

- old
+ new

@@ -6082,17 +6082,20 @@ # @type Filters: Array # @param Offset: 分页的偏移量,默认值为0 # @type Offset: Integer # @param Limit: 分页单页的限制数目,默认值为20,最大值100 # @type Limit: Integer + # @param PreciseSearch: 控制Filters相关字段是否为精确匹配。 0: 默认值,shipperName模糊匹配 1: shipperName 精确匹配 + # @type PreciseSearch: Integer - attr_accessor :Filters, :Offset, :Limit + attr_accessor :Filters, :Offset, :Limit, :PreciseSearch - def initialize(filters=nil, offset=nil, limit=nil) + def initialize(filters=nil, offset=nil, limit=nil, precisesearch=nil) @Filters = filters @Offset = offset @Limit = limit + @PreciseSearch = precisesearch end def deserialize(params) unless params['Filters'].nil? @Filters = [] @@ -6102,10 +6105,11 @@ @Filters << filter_tmp end end @Offset = params['Offset'] @Limit = params['Limit'] + @PreciseSearch = params['PreciseSearch'] end end # DescribeShippers返回参数结构体 class DescribeShippersResponse < TencentCloud::Common::AbstractModel @@ -9471,12 +9475,12 @@ # 注意:此字段可能返回 null,表示取不到有效值。 # @type DstTopicName: String attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName extend Gem::Deprecate - deprecate :DstTopicName, :none, 2024, 9 - deprecate :DstTopicName=, :none, 2024, 9 + deprecate :DstTopicName, :none, 2024, 10 + deprecate :DstTopicName=, :none, 2024, 10 def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil) @LogContent = logcontent @LineNum = linenum @DstTopicId = dsttopicid @@ -10722,11 +10726,11 @@ # @param CompressType: 压缩方法 # @type CompressType: String attr_accessor :TopicId, :HashKey, :CompressType extend Gem::Deprecate - deprecate :HashKey, :none, 2024, 9 - deprecate :HashKey=, :none, 2024, 9 + deprecate :HashKey, :none, 2024, 10 + deprecate :HashKey=, :none, 2024, 10 def initialize(topicid=nil, hashkey=nil, compresstype=nil) @TopicId = topicid @HashKey = hashkey @CompressType = compresstype