tencentcloud-sdk-organization 3.0.815 → 3.0.816
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/tencentcloud-sdk-organization.rb +3 -3
- data/lib/v20210331/models.rb +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a625adbab1724bfbe75130f5e6fbdc8995a78fa
|
|
4
|
+
data.tar.gz: f584303502a10046fb2d690fe89265cc734925ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5667d3bd76004f86848dbf365c0bf97456f1b114da0217cf248baef2db73d3954edad3b36168a47845d0c957f8554ec0b4d52e1cf046b7657b3a995babd72bd9
|
|
7
|
+
data.tar.gz: 56f388323e8a2d1eefa5be948173889b833e2f60179b87b5d9855574a7e7bdb55ebfca178f4267a7b78f2fad90f5d589f9635d08174d2789b878526714aa3612
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.816
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
|
4
4
|
|
|
5
|
-
require_relative 'v20181225/client'
|
|
6
|
-
require_relative 'v20181225/models'
|
|
7
|
-
|
|
8
5
|
require_relative 'v20210331/client'
|
|
9
6
|
require_relative 'v20210331/models'
|
|
10
7
|
|
|
8
|
+
require_relative 'v20181225/client'
|
|
9
|
+
require_relative 'v20181225/models'
|
|
10
|
+
|
|
11
11
|
module TencentCloud
|
|
12
12
|
module Organization
|
|
13
13
|
end
|
data/lib/v20210331/models.rb
CHANGED
|
@@ -3643,8 +3643,8 @@ module TencentCloud
|
|
|
3643
3643
|
|
|
3644
3644
|
attr_accessor :ProductResourceId, :ResourceGrantLast
|
|
3645
3645
|
extend Gem::Deprecate
|
|
3646
|
-
deprecate :ResourceGrantLast, :none, 2024,
|
|
3647
|
-
deprecate :ResourceGrantLast=, :none, 2024,
|
|
3646
|
+
deprecate :ResourceGrantLast, :none, 2024, 5
|
|
3647
|
+
deprecate :ResourceGrantLast=, :none, 2024, 5
|
|
3648
3648
|
|
|
3649
3649
|
def initialize(productresourceid=nil, resourcegrantlast=nil)
|
|
3650
3650
|
@ProductResourceId = productresourceid
|
|
@@ -3777,8 +3777,8 @@ module TencentCloud
|
|
|
3777
3777
|
|
|
3778
3778
|
attr_accessor :ResourceId, :ProductResourceId
|
|
3779
3779
|
extend Gem::Deprecate
|
|
3780
|
-
deprecate :ResourceId, :none, 2024,
|
|
3781
|
-
deprecate :ResourceId=, :none, 2024,
|
|
3780
|
+
deprecate :ResourceId, :none, 2024, 5
|
|
3781
|
+
deprecate :ResourceId=, :none, 2024, 5
|
|
3782
3782
|
|
|
3783
3783
|
def initialize(resourceid=nil, productresourceid=nil)
|
|
3784
3784
|
@ResourceId = resourceid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-organization
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.816
|
|
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-05-
|
|
11
|
+
date: 2024-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,10 +33,10 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20210331/models.rb
|
|
37
36
|
- lib/v20210331/client.rb
|
|
38
|
-
- lib/
|
|
37
|
+
- lib/v20210331/models.rb
|
|
39
38
|
- lib/v20181225/client.rb
|
|
39
|
+
- lib/v20181225/models.rb
|
|
40
40
|
- lib/tencentcloud-sdk-organization.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|