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.
19306 19307 19308 19309 |
# File 'lib/v20180717/models.rb', line 19306 def initialize(storageregion=nil, subappid=nil) @StorageRegion = storageregion @SubAppId = subappid end |
Instance Attribute Details
#StorageRegion ⇒ Object
19304 19305 19306 |
# File 'lib/v20180717/models.rb', line 19304 def StorageRegion @StorageRegion end |
#SubAppId ⇒ Object
19304 19305 19306 |
# File 'lib/v20180717/models.rb', line 19304 def SubAppId @SubAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
19311 19312 19313 19314 |
# File 'lib/v20180717/models.rb', line 19311 def deserialize(params) @StorageRegion = params['StorageRegion'] @SubAppId = params['SubAppId'] end |