Class: TencentCloud::Tat::V20201028::EnableInvokerResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::EnableInvokerResponse
- Defined in:
- lib/v20201028/models.rb
Overview
EnableInvoker返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ EnableInvokerResponse
constructor
A new instance of EnableInvokerResponse.
Constructor Details
#initialize(requestid = nil) ⇒ EnableInvokerResponse
Returns a new instance of EnableInvokerResponse.
1583 1584 1585 |
# File 'lib/v20201028/models.rb', line 1583 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1581 1582 1583 |
# File 'lib/v20201028/models.rb', line 1581 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1587 1588 1589 |
# File 'lib/v20201028/models.rb', line 1587 def deserialize(params) @RequestId = params['RequestId'] end |