tencentcloud-sdk-cloudstudio 3.0.593 → 3.0.594

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: 58433cc15caeb8a1cb5e46cb8c6492b2d1eaf23d
4
- data.tar.gz: 6812ab9bde05a6f1eeb06531538b1237d9cea974
3
+ metadata.gz: edbbabe2a80f3a8cdec61959b07223636e316f7b
4
+ data.tar.gz: e57b6fe5d27673a8e2044d1065597575e54c712a
5
5
  SHA512:
6
- metadata.gz: b56f6328a4cf641fadf5f77ba02a450d5eb92a8f06cf3a85f593c0a2656cb52c3b8fabf101711b42dd74f83e9699f89460bfea1e0e4bd55890203bdaee5754ae
7
- data.tar.gz: e3443baa36cacbb7a7ae0340dcfb8785f9b9a7a64746264b617d2afe5634d1207856707ba9a372930c70e12d490ce09e5cecc67a1fac85abbc907edb3c34ac71
6
+ metadata.gz: 821fe5ffd563e81fca0f43480700e111db84685f13571332e3092a091703457333ecfa94447e440054902a4931ad26cab99d91bfd94c2dc87d7895dc43f03b21
7
+ data.tar.gz: 2d6b50e404105bc62b44bca41d81fc68963ef98563dc06805f644576273cfcca922534d244217911d8c3ce7d030110187b38fb76683be6916b00e185fd40db94
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.593
1
+ 3.0.594
@@ -1662,9 +1662,6 @@ module TencentCloud
1662
1662
  # @param PluginFile: xxx
1663
1663
  # 注意:此字段可能返回 null,表示取不到有效值。
1664
1664
  # @type PluginFile: String
1665
- # @param PrebuildFile: xxx
1666
- # 注意:此字段可能返回 null,表示取不到有效值。
1667
- # @type PrebuildFile: String
1668
1665
  # @param Marked: 是否标记
1669
1666
  # @type Marked: Boolean
1670
1667
  # @param MarkAt: 标记状态
@@ -1691,9 +1688,9 @@ module TencentCloud
1691
1688
  # 注意:此字段可能返回 null,表示取不到有效值。
1692
1689
  # @type AuthorAvatar: String
1693
1690
 
1694
- attr_accessor :Id, :Category, :Name, :Description, :DescriptionEN, :Tags, :Icon, :VersionControlType, :VersionControlUrl, :VersionControlDesc, :VersionControlOwner, :VersionControlRef, :VersionControlRefType, :UserVersionControlUrl, :UserVersionControlType, :UserVersionControlRef, :UserVersionControlRefType, :DevFile, :PluginFile, :PrebuildFile, :Marked, :MarkAt, :CreateDate, :LastModified, :Sort, :SnapshotUid, :UserId, :Author, :Me, :AuthorAvatar
1691
+ attr_accessor :Id, :Category, :Name, :Description, :DescriptionEN, :Tags, :Icon, :VersionControlType, :VersionControlUrl, :VersionControlDesc, :VersionControlOwner, :VersionControlRef, :VersionControlRefType, :UserVersionControlUrl, :UserVersionControlType, :UserVersionControlRef, :UserVersionControlRefType, :DevFile, :PluginFile, :Marked, :MarkAt, :CreateDate, :LastModified, :Sort, :SnapshotUid, :UserId, :Author, :Me, :AuthorAvatar
1695
1692
 
1696
- def initialize(id=nil, category=nil, name=nil, description=nil, descriptionen=nil, tags=nil, icon=nil, versioncontroltype=nil, versioncontrolurl=nil, versioncontroldesc=nil, versioncontrolowner=nil, versioncontrolref=nil, versioncontrolreftype=nil, userversioncontrolurl=nil, userversioncontroltype=nil, userversioncontrolref=nil, userversioncontrolreftype=nil, devfile=nil, pluginfile=nil, prebuildfile=nil, marked=nil, markat=nil, createdate=nil, lastmodified=nil, sort=nil, snapshotuid=nil, userid=nil, author=nil, me=nil, authoravatar=nil)
1693
+ def initialize(id=nil, category=nil, name=nil, description=nil, descriptionen=nil, tags=nil, icon=nil, versioncontroltype=nil, versioncontrolurl=nil, versioncontroldesc=nil, versioncontrolowner=nil, versioncontrolref=nil, versioncontrolreftype=nil, userversioncontrolurl=nil, userversioncontroltype=nil, userversioncontrolref=nil, userversioncontrolreftype=nil, devfile=nil, pluginfile=nil, marked=nil, markat=nil, createdate=nil, lastmodified=nil, sort=nil, snapshotuid=nil, userid=nil, author=nil, me=nil, authoravatar=nil)
1697
1694
  @Id = id
1698
1695
  @Category = category
1699
1696
  @Name = name
@@ -1713,7 +1710,6 @@ module TencentCloud
1713
1710
  @UserVersionControlRefType = userversioncontrolreftype
1714
1711
  @DevFile = devfile
1715
1712
  @PluginFile = pluginfile
1716
- @PrebuildFile = prebuildfile
1717
1713
  @Marked = marked
1718
1714
  @MarkAt = markat
1719
1715
  @CreateDate = createdate
@@ -1746,7 +1742,6 @@ module TencentCloud
1746
1742
  @UserVersionControlRefType = params['UserVersionControlRefType']
1747
1743
  @DevFile = params['DevFile']
1748
1744
  @PluginFile = params['PluginFile']
1749
- @PrebuildFile = params['PrebuildFile']
1750
1745
  @Marked = params['Marked']
1751
1746
  @MarkAt = params['MarkAt']
1752
1747
  @CreateDate = params['CreateDate']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cloudstudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.593
4
+ version: 3.0.594
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-06-15 00:00:00.000000000 Z
11
+ date: 2023-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-cloudstudio.rb
36
37
  - lib/v20210524/client.rb
37
38
  - lib/v20210524/models.rb
38
- - lib/tencentcloud-sdk-cloudstudio.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: