Class: TencentCloud::Vod::V20180717::ModifyDefaultStorageRegionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::ModifyDefaultStorageRegionRequest
- Defined in:
- lib/v20180717/models.rb
Overview
ModifyDefaultStorageRegion请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(storageregion = nil, subappid = nil) ⇒ ModifyDefaultStorageRegionRequest
constructor
A new instance of ModifyDefaultStorageRegionRequest.
Constructor Details
#initialize(storageregion = nil, subappid = nil) ⇒ ModifyDefaultStorageRegionRequest
Returns a new instance of ModifyDefaultStorageRegionRequest.
19308 19309 19310 19311 |
# File 'lib/v20180717/models.rb', line 19308 def initialize(storageregion=nil, subappid=nil) @StorageRegion = storageregion @SubAppId = subappid end |
Instance Attribute Details
#StorageRegion ⇒ Object
19306 19307 19308 |
# File 'lib/v20180717/models.rb', line 19306 def StorageRegion @StorageRegion end |
#SubAppId ⇒ Object
19306 19307 19308 |
# File 'lib/v20180717/models.rb', line 19306 def SubAppId @SubAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
19313 19314 19315 19316 |
# File 'lib/v20180717/models.rb', line 19313 def deserialize(params) @StorageRegion = params['StorageRegion'] @SubAppId = params['SubAppId'] end |