Class: TencentCloud::Vod::V20240718::CreateStorageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20240718::CreateStorageResponse
- Defined in:
- lib/v20240718/models.rb
Overview
CreateStorage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucketid = nil, requestid = nil) ⇒ CreateStorageResponse
constructor
A new instance of CreateStorageResponse.
Constructor Details
#initialize(bucketid = nil, requestid = nil) ⇒ CreateStorageResponse
Returns a new instance of CreateStorageResponse.
165 166 167 168 |
# File 'lib/v20240718/models.rb', line 165 def initialize(bucketid=nil, requestid=nil) @BucketId = bucketid @RequestId = requestid end |
Instance Attribute Details
#BucketId ⇒ Object
163 164 165 |
# File 'lib/v20240718/models.rb', line 163 def BucketId @BucketId end |
#RequestId ⇒ Object
163 164 165 |
# File 'lib/v20240718/models.rb', line 163 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
170 171 172 173 |
# File 'lib/v20240718/models.rb', line 170 def deserialize(params) @BucketId = params['BucketId'] @RequestId = params['RequestId'] end |