Class: TencentCloud::Lowcode::V20210108::DeployAppResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lowcode::V20210108::DeployAppResponse
- Defined in:
- lib/v20210108/models.rb
Overview
DeployApp返回参数结构体
Instance Attribute Summary collapse
-
#BuildId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#DeployErrCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#DeployErrMsg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(buildid = nil, deployerrcode = nil, deployerrmsg = nil, requestid = nil) ⇒ DeployAppResponse
constructor
A new instance of DeployAppResponse.
Constructor Details
#initialize(buildid = nil, deployerrcode = nil, deployerrmsg = nil, requestid = nil) ⇒ DeployAppResponse
Returns a new instance of DeployAppResponse.
625 626 627 628 629 630 |
# File 'lib/v20210108/models.rb', line 625 def initialize(buildid=nil, deployerrcode=nil, deployerrmsg=nil, requestid=nil) @BuildId = buildid @DeployErrCode = deployerrcode @DeployErrMsg = deployerrmsg @RequestId = requestid end |
Instance Attribute Details
#BuildId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
623 624 625 |
# File 'lib/v20210108/models.rb', line 623 def BuildId @BuildId end |
#DeployErrCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
623 624 625 |
# File 'lib/v20210108/models.rb', line 623 def DeployErrCode @DeployErrCode end |
#DeployErrMsg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
623 624 625 |
# File 'lib/v20210108/models.rb', line 623 def DeployErrMsg @DeployErrMsg end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
623 624 625 |
# File 'lib/v20210108/models.rb', line 623 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
632 633 634 635 636 637 |
# File 'lib/v20210108/models.rb', line 632 def deserialize(params) @BuildId = params['BuildId'] @DeployErrCode = params['DeployErrCode'] @DeployErrMsg = params['DeployErrMsg'] @RequestId = params['RequestId'] end |