Class: TencentCloud::Cpdp::V20190820::QueryOpenBankBankBranchListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryOpenBankBankBranchListResponse
- Defined in:
- lib/v20190820/models.rb
Overview
QueryOpenBankBankBranchList返回参数结构体
Instance Attribute Summary collapse
-
#ErrCode ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ErrMessage ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Result ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(errcode = nil, errmessage = nil, result = nil, requestid = nil) ⇒ QueryOpenBankBankBranchListResponse
constructor
A new instance of QueryOpenBankBankBranchListResponse.
Constructor Details
#initialize(errcode = nil, errmessage = nil, result = nil, requestid = nil) ⇒ QueryOpenBankBankBranchListResponse
Returns a new instance of QueryOpenBankBankBranchListResponse.
19414 19415 19416 19417 19418 19419 |
# File 'lib/v20190820/models.rb', line 19414 def initialize(errcode=nil, =nil, result=nil, requestid=nil) @ErrCode = errcode @ErrMessage = @Result = result @RequestId = requestid end |
Instance Attribute Details
#ErrCode ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
19412 19413 19414 |
# File 'lib/v20190820/models.rb', line 19412 def ErrCode @ErrCode end |
#ErrMessage ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
19412 19413 19414 |
# File 'lib/v20190820/models.rb', line 19412 def ErrMessage @ErrMessage end |
#RequestId ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
19412 19413 19414 |
# File 'lib/v20190820/models.rb', line 19412 def RequestId @RequestId end |
#Result ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
19412 19413 19414 |
# File 'lib/v20190820/models.rb', line 19412 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
19421 19422 19423 19424 19425 19426 19427 19428 19429 |
# File 'lib/v20190820/models.rb', line 19421 def deserialize(params) @ErrCode = params['ErrCode'] @ErrMessage = params['ErrMessage'] unless params['Result'].nil? @Result = QueryOpenBankBankBranchListResult.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |