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
- #Name ⇒ Object
- #Offset ⇒ Object
- #ProductId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(botid = nil, name = nil, productid = nil, instanceid = nil, includecredentials = nil, offset = nil, limit = nil) ⇒ GetTWeTalkAIBotListRequest
constructor
A new instance of GetTWeTalkAIBotListRequest.
Constructor Details
#initialize(botid = nil, name = nil, productid = nil, instanceid = nil, includecredentials = nil, offset = nil, limit = nil) ⇒ GetTWeTalkAIBotListRequest
Returns a new instance of GetTWeTalkAIBotListRequest.
9080 9081 9082 9083 9084 9085 9086 9087 9088 |
# File 'lib/v20190423/models.rb', line 9080 def initialize(botid=nil, name=nil, productid=nil, instanceid=nil, includecredentials=nil, offset=nil, limit=nil) @BotId = botid @Name = name @ProductId = productid @InstanceId = instanceid @IncludeCredentials = includecredentials @Offset = offset @Limit = limit end |
Instance Attribute Details
#BotId ⇒ Object
9078 9079 9080 |
# File 'lib/v20190423/models.rb', line 9078 def BotId @BotId end |
#IncludeCredentials ⇒ Object
9078 9079 9080 |
# File 'lib/v20190423/models.rb', line 9078 def IncludeCredentials @IncludeCredentials end |
#InstanceId ⇒ Object
9078 9079 9080 |
# File 'lib/v20190423/models.rb', line 9078 def InstanceId @InstanceId end |
#Limit ⇒ Object
9078 9079 9080 |
# File 'lib/v20190423/models.rb', line 9078 def Limit @Limit end |
#Name ⇒ Object
9078 9079 9080 |
# File 'lib/v20190423/models.rb', line 9078 def Name @Name end |
#Offset ⇒ Object
9078 9079 9080 |
# File 'lib/v20190423/models.rb', line 9078 def Offset @Offset end |
#ProductId ⇒ Object
9078 9079 9080 |
# File 'lib/v20190423/models.rb', line 9078 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
9090 9091 9092 9093 9094 9095 9096 9097 9098 |
# File 'lib/v20190423/models.rb', line 9090 def deserialize(params) @BotId = params['BotId'] @Name = params['Name'] @ProductId = params['ProductId'] @InstanceId = params['InstanceId'] @IncludeCredentials = params['IncludeCredentials'] @Offset = params['Offset'] @Limit = params['Limit'] end |