tencentcloud-sdk-tione 3.0.829 → 3.0.830

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: 7054a8dfff1d7ee9d304e73bc434aee9a42cd3f5
4
- data.tar.gz: 6cb1a53b319f2de65fb6e40ba35fcd8a1fe5b2ad
3
+ metadata.gz: efee885136398e49bb171281910d237dec93cbc2
4
+ data.tar.gz: 069c6a1e32c8b0060f124b6d62bacdae2f088737
5
5
  SHA512:
6
- metadata.gz: 4afa981de3ab567126b8d6a78536b1db6a30fd4e456456e926bd7b4f2264798983ce33330514c5e70911b710c9d23a335c0fd82cf3952a93e672297173ab4e04
7
- data.tar.gz: 87682104379991794961a3b8b3df6dbfa25bd626855d69c06d0b3fa5d044815cb233a1722792e87487080be9518d470e218fbea2b6860dfc0023152d09107723
6
+ metadata.gz: e1aae119eccc51e4578651f46376dc82bc3c966ee6feb1dca90404882aa35d7e99fd08a55bccb47fc2323780cb7775f67d77ec7bf0541914df8ca06d6252acf4
7
+ data.tar.gz: da41549197f99d04a5dec1a958e2b260ed876cd031f9c260cd076e9d54957994d1b0e54b98ba780702e1f71004f419426da5b5f1969fc232f22dfe64d5917181
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.829
1
+ 3.0.830
@@ -3082,19 +3082,24 @@ module TencentCloud
3082
3082
  # @param Path: GooseFSx实例需要挂载的路径
3083
3083
  # 注意:此字段可能返回 null,表示取不到有效值。
3084
3084
  # @type Path: String
3085
+ # @param NameSpace: GooseFS命名空间
3086
+ # 注意:此字段可能返回 null,表示取不到有效值。
3087
+ # @type NameSpace: String
3085
3088
 
3086
- attr_accessor :Id, :Type, :Path
3089
+ attr_accessor :Id, :Type, :Path, :NameSpace
3087
3090
 
3088
- def initialize(id=nil, type=nil, path=nil)
3091
+ def initialize(id=nil, type=nil, path=nil, namespace=nil)
3089
3092
  @Id = id
3090
3093
  @Type = type
3091
3094
  @Path = path
3095
+ @NameSpace = namespace
3092
3096
  end
3093
3097
 
3094
3098
  def deserialize(params)
3095
3099
  @Id = params['Id']
3096
3100
  @Type = params['Type']
3097
3101
  @Path = params['Path']
3102
+ @NameSpace = params['NameSpace']
3098
3103
  end
3099
3104
  end
3100
3105
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tione
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.829
4
+ version: 3.0.830
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-23 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common