Class: TencentCloud::Tat::V20201028::DisableInvokerRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201028/models.rb

Overview

DisableInvoker请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(invokerid = nil) ⇒ DisableInvokerRequest

Returns a new instance of DisableInvokerRequest.



1488
1489
1490
# File 'lib/v20201028/models.rb', line 1488

def initialize(invokerid=nil)
  @InvokerId = invokerid
end

Instance Attribute Details

#InvokerIdObject

可通过 [DescribeInvokers(查询执行器)](cloud.tencent.com/document/api/1340/61759) 接口获取。



1486
1487
1488
# File 'lib/v20201028/models.rb', line 1486

def InvokerId
  @InvokerId
end

Instance Method Details

#deserialize(params) ⇒ Object



1492
1493
1494
# File 'lib/v20201028/models.rb', line 1492

def deserialize(params)
  @InvokerId = params['InvokerId']
end