tencentcloud-sdk-tsf 3.0.875 → 3.0.876

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 017df4e6ea4ea01d1d2b0a7b4934e500f297714a
4
- data.tar.gz: 609e4a2cfa478b712cc4787d193586e3f39e6648
3
+ metadata.gz: 74f8bfaafba6086c5bcab3baea5455ad5c00c6e1
4
+ data.tar.gz: 11391aa4b7f98c8a9b73ccf6e7cf719c4003e8dd
5
5
  SHA512:
6
- metadata.gz: e7e748bdcd5333e8f8f8a8f2d29a54084dcc734e3ab94ddec226b7bdb79d2972fc1a8b645194aac6bb8bfa000f528bb5161018d83317e2b5a6db204580a420c8
7
- data.tar.gz: fbb33bff8f91482cb0d11d31c8ce615a90fd6408d66fcfc7290a7a49ff9a4eb432f8adeacaf0efd5bd5e127422cfb562af64c3b2e84fa4ae02db34ff7571052b
6
+ metadata.gz: b54b83276d64df8ba333f9aa79cd03385d05b15ef20ed1ab1d5874b4e0596deb11d68bb01efc4e6e7892d8c9878745aebe461212a7af42ae836c904b7eaf6ff1
7
+ data.tar.gz: 1c9d2608ac094474ea733bfd861c6b0e4ed3323cef7fec6d586fdfc494abfa2272b47d5bf77a3168cbf1497a631f5688529cf11c6051d62f99c5e32516c5df3d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.875
1
+ 3.0.876
@@ -7737,10 +7737,10 @@ module TencentCloud
7737
7737
 
7738
7738
  # DescribeContainerGroups请求参数结构体
7739
7739
  class DescribeContainerGroupsRequest < TencentCloud::Common::AbstractModel
7740
+ # @param ApplicationId: 分组所属应用ID。
7741
+ # @type ApplicationId: String
7740
7742
  # @param SearchWord: 搜索字段,模糊搜索groupName字段
7741
7743
  # @type SearchWord: String
7742
- # @param ApplicationId: 分组所属应用ID。必填
7743
- # @type ApplicationId: String
7744
7744
  # @param OrderBy: 排序字段,默认为 createTime字段,支持id, name, createTime
7745
7745
  # @type OrderBy: String
7746
7746
  # @param OrderType: 排序方式,默认为1:倒序排序,0:正序,1:倒序
@@ -7754,11 +7754,11 @@ module TencentCloud
7754
7754
  # @param NamespaceId: 命名空间 ID
7755
7755
  # @type NamespaceId: String
7756
7756
 
7757
- attr_accessor :SearchWord, :ApplicationId, :OrderBy, :OrderType, :Offset, :Limit, :ClusterId, :NamespaceId
7757
+ attr_accessor :ApplicationId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit, :ClusterId, :NamespaceId
7758
7758
 
7759
- def initialize(searchword=nil, applicationid=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, clusterid=nil, namespaceid=nil)
7760
- @SearchWord = searchword
7759
+ def initialize(applicationid=nil, searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, clusterid=nil, namespaceid=nil)
7761
7760
  @ApplicationId = applicationid
7761
+ @SearchWord = searchword
7762
7762
  @OrderBy = orderby
7763
7763
  @OrderType = ordertype
7764
7764
  @Offset = offset
@@ -7768,8 +7768,8 @@ module TencentCloud
7768
7768
  end
7769
7769
 
7770
7770
  def deserialize(params)
7771
- @SearchWord = params['SearchWord']
7772
7771
  @ApplicationId = params['ApplicationId']
7772
+ @SearchWord = params['SearchWord']
7773
7773
  @OrderBy = params['OrderBy']
7774
7774
  @OrderType = params['OrderType']
7775
7775
  @Offset = params['Offset']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.875
4
+ version: 3.0.876
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-29 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common