Class: TencentCloud::Cr::V20180321::DescribeFileModelRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::DescribeFileModelRequest
- Defined in:
- lib/v20180321/models.rb
Overview
DescribeFileModel请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, filetype = nil, botid = nil, botname = nil) ⇒ DescribeFileModelRequest
constructor
A new instance of DescribeFileModelRequest.
Constructor Details
#initialize(_module = nil, operation = nil, filetype = nil, botid = nil, botname = nil) ⇒ DescribeFileModelRequest
Returns a new instance of DescribeFileModelRequest.
794 795 796 797 798 799 800 |
# File 'lib/v20180321/models.rb', line 794 def initialize(_module=nil, operation=nil, filetype=nil, botid=nil, botname=nil) @Module = _module @Operation = operation @FileType = filetype @BotId = botid @BotName = botname end |
Instance Attribute Details
#BotId ⇒ Object
792 793 794 |
# File 'lib/v20180321/models.rb', line 792 def BotId @BotId end |
#BotName ⇒ Object
792 793 794 |
# File 'lib/v20180321/models.rb', line 792 def BotName @BotName end |
#FileType ⇒ Object
792 793 794 |
# File 'lib/v20180321/models.rb', line 792 def FileType @FileType end |
#Module ⇒ Object
792 793 794 |
# File 'lib/v20180321/models.rb', line 792 def Module @Module end |
#Operation ⇒ Object
792 793 794 |
# File 'lib/v20180321/models.rb', line 792 def Operation @Operation end |
Instance Method Details
#deserialize(params) ⇒ Object
802 803 804 805 806 807 808 |
# File 'lib/v20180321/models.rb', line 802 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @FileType = params['FileType'] @BotId = params['BotId'] @BotName = params['BotName'] end |