Class: TencentCloud::Cls::V20201016::CheckFunctionResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CheckFunctionResponse
- Defined in:
- lib/v20201016/models.rb
Overview
CheckFunction返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(errorcode = nil, errormsg = nil, requestid = nil) ⇒ CheckFunctionResponse
constructor
A new instance of CheckFunctionResponse.
Constructor Details
#initialize(errorcode = nil, errormsg = nil, requestid = nil) ⇒ CheckFunctionResponse
Returns a new instance of CheckFunctionResponse.
1082 1083 1084 1085 1086 |
# File 'lib/v20201016/models.rb', line 1082 def initialize(errorcode=nil, errormsg=nil, requestid=nil) @ErrorCode = errorcode @ErrorMsg = errormsg @RequestId = requestid end |
Instance Attribute Details
#ErrorCode ⇒ Object
1080 1081 1082 |
# File 'lib/v20201016/models.rb', line 1080 def ErrorCode @ErrorCode end |
#ErrorMsg ⇒ Object
1080 1081 1082 |
# File 'lib/v20201016/models.rb', line 1080 def ErrorMsg @ErrorMsg end |
#RequestId ⇒ Object
1080 1081 1082 |
# File 'lib/v20201016/models.rb', line 1080 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1088 1089 1090 1091 1092 |
# File 'lib/v20201016/models.rb', line 1088 def deserialize(params) @ErrorCode = params['ErrorCode'] @ErrorMsg = params['ErrorMsg'] @RequestId = params['RequestId'] end |