Class: TencentCloud::Ds::V20180523::DeleteSealRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ds::V20180523::DeleteSealRequest
- Defined in:
- lib/v20180523/models.rb
Overview
DeleteSeal请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, accountresid = nil, sealresid = nil) ⇒ DeleteSealRequest
constructor
A new instance of DeleteSealRequest.
Constructor Details
#initialize(_module = nil, operation = nil, accountresid = nil, sealresid = nil) ⇒ DeleteSealRequest
Returns a new instance of DeleteSealRequest.
384 385 386 387 388 389 |
# File 'lib/v20180523/models.rb', line 384 def initialize(_module=nil, operation=nil, accountresid=nil, sealresid=nil) @Module = _module @Operation = operation @AccountResId = accountresid @SealResId = sealresid end |
Instance Attribute Details
#AccountResId ⇒ Object
382 383 384 |
# File 'lib/v20180523/models.rb', line 382 def AccountResId @AccountResId end |
#Module ⇒ Object
382 383 384 |
# File 'lib/v20180523/models.rb', line 382 def Module @Module end |
#Operation ⇒ Object
382 383 384 |
# File 'lib/v20180523/models.rb', line 382 def Operation @Operation end |
#SealResId ⇒ Object
382 383 384 |
# File 'lib/v20180523/models.rb', line 382 def SealResId @SealResId end |
Instance Method Details
#deserialize(params) ⇒ Object
391 392 393 394 395 396 |
# File 'lib/v20180523/models.rb', line 391 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @AccountResId = params['AccountResId'] @SealResId = params['SealResId'] end |