Class: TencentCloud::Cpdp::V20190820::DistributeAccreditQueryResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::DistributeAccreditQueryResult
- Defined in:
- lib/v20190820/models.rb
Overview
分账授权申请查询响应对象
Instance Attribute Summary collapse
-
#ContractUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, contracturl = nil, remark = nil) ⇒ DistributeAccreditQueryResult
constructor
A new instance of DistributeAccreditQueryResult.
Constructor Details
#initialize(status = nil, contracturl = nil, remark = nil) ⇒ DistributeAccreditQueryResult
Returns a new instance of DistributeAccreditQueryResult.
9615 9616 9617 9618 9619 |
# File 'lib/v20190820/models.rb', line 9615 def initialize(status=nil, contracturl=nil, remark=nil) @Status = status @ContractUrl = contracturl @Remark = remark end |
Instance Attribute Details
#ContractUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
9613 9614 9615 |
# File 'lib/v20190820/models.rb', line 9613 def ContractUrl @ContractUrl end |
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
9613 9614 9615 |
# File 'lib/v20190820/models.rb', line 9613 def Remark @Remark end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
9613 9614 9615 |
# File 'lib/v20190820/models.rb', line 9613 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
9621 9622 9623 9624 9625 |
# File 'lib/v20190820/models.rb', line 9621 def deserialize(params) @Status = params['Status'] @ContractUrl = params['ContractUrl'] @Remark = params['Remark'] end |