Class: TencentCloud::Npp::V20190823::DeleteCallBackResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Npp::V20190823::DeleteCallBackResponse
- Defined in:
- lib/v20190823/models.rb
Overview
DeleteCallBack返回参数结构体
Instance Attribute Summary collapse
-
#CallId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ErrorCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Msg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(errorcode = nil, msg = nil, callid = nil, requestid = nil) ⇒ DeleteCallBackResponse
constructor
A new instance of DeleteCallBackResponse.
Constructor Details
#initialize(errorcode = nil, msg = nil, callid = nil, requestid = nil) ⇒ DeleteCallBackResponse
333 334 335 336 337 338 |
# File 'lib/v20190823/models.rb', line 333 def initialize(errorcode=nil, msg=nil, callid=nil, requestid=nil) @ErrorCode = errorcode @Msg = msg @CallId = callid @RequestId = requestid end |
Instance Attribute Details
#CallId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
331 332 333 |
# File 'lib/v20190823/models.rb', line 331 def CallId @CallId end |
#ErrorCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
331 332 333 |
# File 'lib/v20190823/models.rb', line 331 def ErrorCode @ErrorCode end |
#Msg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
331 332 333 |
# File 'lib/v20190823/models.rb', line 331 def Msg @Msg end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
331 332 333 |
# File 'lib/v20190823/models.rb', line 331 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
340 341 342 343 344 345 |
# File 'lib/v20190823/models.rb', line 340 def deserialize(params) @ErrorCode = params['ErrorCode'] @Msg = params['Msg'] @CallId = params['CallId'] @RequestId = params['RequestId'] end |