tencentcloud-sdk-ccc 3.0.523 → 3.0.524

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: b3b74176c81bb25b5956bf0ce9c4cf5c3da92e1d
4
- data.tar.gz: a114fd0682c10cefac978d66e235451302c852b3
3
+ metadata.gz: 8e03b59c41bba0182bdb2ee6f1352759cbc1446d
4
+ data.tar.gz: f6e359605c12e2296ac733b3e53b6ce29cf414cc
5
5
  SHA512:
6
- metadata.gz: 6395ade1b322e108883ac15f12a60a2af4daaa17bc42be51874fec99657effb855db5cc97c6db034bfa66fc2aacf137f71d165ebf74428c77c9707948e37f929
7
- data.tar.gz: 0a5857ef68fc3435fb37de4c5694562a12012208471273cfc0539291c99ff22af3f49ce64544822e058b9df1eb05ba534d662aa76ebcca44beeeada5c5904b38
6
+ metadata.gz: 7c19bdc8a949ae2a24a225c68ff4dc7206f5dad639ac091c1dfe7ed9c025ba46f5083e57ebb239a24a627b872deebe4fe9e4b2a13522a98291d0ee208d0816eb
7
+ data.tar.gz: 7ff8cbab053dc6910cf77f360d8bf0a366659c35b45cdb9cdade11d1c4ad8a742180ce8e90b571ae4efcfd677cf350ee653df391fa03f6108d3fa1cf93ca4e7a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.523
1
+ 3.0.524
@@ -2064,25 +2064,25 @@ module TencentCloud
2064
2064
 
2065
2065
  # DisableCCCPhoneNumber请求参数结构体
2066
2066
  class DisableCCCPhoneNumberRequest < TencentCloud::Common::AbstractModel
2067
- # @param SdkAppId: TCCC 实例应用 ID
2068
- # @type SdkAppId: Integer
2069
2067
  # @param PhoneNumbers: 号码列表,0086开头
2070
2068
  # @type PhoneNumbers: Array
2071
2069
  # @param Disabled: 停用开关,0启用 1停用
2072
2070
  # @type Disabled: Integer
2071
+ # @param SdkAppId: TCCC 实例应用 ID
2072
+ # @type SdkAppId: Integer
2073
2073
 
2074
- attr_accessor :SdkAppId, :PhoneNumbers, :Disabled
2074
+ attr_accessor :PhoneNumbers, :Disabled, :SdkAppId
2075
2075
 
2076
- def initialize(sdkappid=nil, phonenumbers=nil, disabled=nil)
2077
- @SdkAppId = sdkappid
2076
+ def initialize(phonenumbers=nil, disabled=nil, sdkappid=nil)
2078
2077
  @PhoneNumbers = phonenumbers
2079
2078
  @Disabled = disabled
2079
+ @SdkAppId = sdkappid
2080
2080
  end
2081
2081
 
2082
2082
  def deserialize(params)
2083
- @SdkAppId = params['SdkAppId']
2084
2083
  @PhoneNumbers = params['PhoneNumbers']
2085
2084
  @Disabled = params['Disabled']
2085
+ @SdkAppId = params['SdkAppId']
2086
2086
  end
2087
2087
  end
2088
2088
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.523
4
+ version: 3.0.524
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-07 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common