tencentcloud-sdk-tsf 3.0.875 → 3.0.877

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 017df4e6ea4ea01d1d2b0a7b4934e500f297714a
4
- data.tar.gz: 609e4a2cfa478b712cc4787d193586e3f39e6648
3
+ metadata.gz: ffb42f7fbbf1ce0308df7d03376607b2875517af
4
+ data.tar.gz: ea3fd242fed6e368076d3fef3244a279c029d0b9
5
5
  SHA512:
6
- metadata.gz: e7e748bdcd5333e8f8f8a8f2d29a54084dcc734e3ab94ddec226b7bdb79d2972fc1a8b645194aac6bb8bfa000f528bb5161018d83317e2b5a6db204580a420c8
7
- data.tar.gz: fbb33bff8f91482cb0d11d31c8ce615a90fd6408d66fcfc7290a7a49ff9a4eb432f8adeacaf0efd5bd5e127422cfb562af64c3b2e84fa4ae02db34ff7571052b
6
+ metadata.gz: 6a12cf5e7d52e4086a2a2ce4edf3e2e6adee1b24b0260afe787fa7be71c94c12de9228ff9d46bde2299d9ac06df9a84e9d82846721e1fd614fd853817008a09d
7
+ data.tar.gz: 1e81ab7a128b34b49c1370308d0f597555ee272d2cd6d8177913c5eb53ecf922939d8bce4ed7274e2c90256e36314f125d22c8f3340d7a89c92e2d2a7efde0b7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.875
1
+ 3.0.877
@@ -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.877
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-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common