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.
22424 22425 22426 22427 |
# File 'lib/v20180717/models.rb', line 22424 def initialize(storageregion=nil, subappid=nil) @StorageRegion = storageregion @SubAppId = subappid end |
Instance Attribute Details
#StorageRegion ⇒ Object
22422 22423 22424 |
# File 'lib/v20180717/models.rb', line 22422 def StorageRegion @StorageRegion end |
#SubAppId ⇒ Object
22422 22423 22424 |
# File 'lib/v20180717/models.rb', line 22422 def SubAppId @SubAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
22429 22430 22431 22432 |
# File 'lib/v20180717/models.rb', line 22429 def deserialize(params) @StorageRegion = params['StorageRegion'] @SubAppId = params['SubAppId'] end |