Class: TencentCloud::Iotexplorer::V20190423::GetTWeTalkAIBotListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::GetTWeTalkAIBotListRequest
- Defined in:
- lib/v20190423/models.rb
Overview
GetTWeTalkAIBotList请求参数结构体
Instance Attribute Summary collapse
- #BotId ⇒ Object
- #IncludeCredentials ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #ProductId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(botid = nil, productid = nil, instanceid = nil, includecredentials = nil, offset = nil, limit = nil) ⇒ GetTWeTalkAIBotListRequest
constructor
A new instance of GetTWeTalkAIBotListRequest.
Constructor Details
#initialize(botid = nil, productid = nil, instanceid = nil, includecredentials = nil, offset = nil, limit = nil) ⇒ GetTWeTalkAIBotListRequest
Returns a new instance of GetTWeTalkAIBotListRequest.
9066 9067 9068 9069 9070 9071 9072 9073 |
# File 'lib/v20190423/models.rb', line 9066 def initialize(botid=nil, productid=nil, instanceid=nil, includecredentials=nil, offset=nil, limit=nil) @BotId = botid @ProductId = productid @InstanceId = instanceid @IncludeCredentials = includecredentials @Offset = offset @Limit = limit end |
Instance Attribute Details
#BotId ⇒ Object
9064 9065 9066 |
# File 'lib/v20190423/models.rb', line 9064 def BotId @BotId end |
#IncludeCredentials ⇒ Object
9064 9065 9066 |
# File 'lib/v20190423/models.rb', line 9064 def IncludeCredentials @IncludeCredentials end |
#InstanceId ⇒ Object
9064 9065 9066 |
# File 'lib/v20190423/models.rb', line 9064 def InstanceId @InstanceId end |
#Limit ⇒ Object
9064 9065 9066 |
# File 'lib/v20190423/models.rb', line 9064 def Limit @Limit end |
#Offset ⇒ Object
9064 9065 9066 |
# File 'lib/v20190423/models.rb', line 9064 def Offset @Offset end |
#ProductId ⇒ Object
9064 9065 9066 |
# File 'lib/v20190423/models.rb', line 9064 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
9075 9076 9077 9078 9079 9080 9081 9082 |
# File 'lib/v20190423/models.rb', line 9075 def deserialize(params) @BotId = params['BotId'] @ProductId = params['ProductId'] @InstanceId = params['InstanceId'] @IncludeCredentials = params['IncludeCredentials'] @Offset = params['Offset'] @Limit = params['Limit'] end |