Class: TencentCloud::Tat::V20201028::EnableInvokerRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::EnableInvokerRequest
- Defined in:
- lib/v20201028/models.rb
Overview
EnableInvoker请求参数结构体
Instance Attribute Summary collapse
-
#InvokerId ⇒ Object
可通过 DescribeInvokers(查询执行器) 接口获取。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(invokerid = nil) ⇒ EnableInvokerRequest
constructor
A new instance of EnableInvokerRequest.
Constructor Details
#initialize(invokerid = nil) ⇒ EnableInvokerRequest
Returns a new instance of EnableInvokerRequest.
1567 1568 1569 |
# File 'lib/v20201028/models.rb', line 1567 def initialize(invokerid=nil) @InvokerId = invokerid end |
Instance Attribute Details
#InvokerId ⇒ Object
可通过 DescribeInvokers(查询执行器) 接口获取。
1565 1566 1567 |
# File 'lib/v20201028/models.rb', line 1565 def InvokerId @InvokerId end |
Instance Method Details
#deserialize(params) ⇒ Object
1571 1572 1573 |
# File 'lib/v20201028/models.rb', line 1571 def deserialize(params) @InvokerId = params['InvokerId'] end |