Class: TencentCloud::Cpdp::V20190820::ApplyReconciliationFileResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ApplyReconciliationFileResult
- Defined in:
- lib/v20190820/models.rb
Overview
申请对账文件结果
Instance Attribute Summary collapse
-
#ApplyFileId ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。.
-
#ApplyMessage ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。.
-
#ApplyStatus ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(applyfileid = nil, applystatus = nil, applymessage = nil) ⇒ ApplyReconciliationFileResult
constructor
A new instance of ApplyReconciliationFileResult.
Constructor Details
#initialize(applyfileid = nil, applystatus = nil, applymessage = nil) ⇒ ApplyReconciliationFileResult
Returns a new instance of ApplyReconciliationFileResult.
2312 2313 2314 2315 2316 |
# File 'lib/v20190820/models.rb', line 2312 def initialize(applyfileid=nil, applystatus=nil, =nil) @ApplyFileId = applyfileid @ApplyStatus = applystatus @ApplyMessage = end |
Instance Attribute Details
#ApplyFileId ⇒ Object
__I__:申请中__S__:申请成功__F__:申请失败注意:此字段可能返回 null,表示取不到有效值。
2310 2311 2312 |
# File 'lib/v20190820/models.rb', line 2310 def ApplyFileId @ApplyFileId end |
#ApplyMessage ⇒ Object
__I__:申请中__S__:申请成功__F__:申请失败注意:此字段可能返回 null,表示取不到有效值。
2310 2311 2312 |
# File 'lib/v20190820/models.rb', line 2310 def ApplyMessage @ApplyMessage end |
#ApplyStatus ⇒ Object
__I__:申请中__S__:申请成功__F__:申请失败注意:此字段可能返回 null,表示取不到有效值。
2310 2311 2312 |
# File 'lib/v20190820/models.rb', line 2310 def ApplyStatus @ApplyStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
2318 2319 2320 2321 2322 |
# File 'lib/v20190820/models.rb', line 2318 def deserialize(params) @ApplyFileId = params['ApplyFileId'] @ApplyStatus = params['ApplyStatus'] @ApplyMessage = params['ApplyMessage'] end |