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.
621 622 623 624 625 626 |
# File 'lib/v20210108/models.rb', line 621 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,表示取不到有效值。
619 620 621 |
# File 'lib/v20210108/models.rb', line 619 def BuildId @BuildId end |
#DeployErrCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
619 620 621 |
# File 'lib/v20210108/models.rb', line 619 def DeployErrCode @DeployErrCode end |
#DeployErrMsg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
619 620 621 |
# File 'lib/v20210108/models.rb', line 619 def DeployErrMsg @DeployErrMsg end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
619 620 621 |
# File 'lib/v20210108/models.rb', line 619 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
628 629 630 631 632 633 |
# File 'lib/v20210108/models.rb', line 628 def deserialize(params) @BuildId = params['BuildId'] @DeployErrCode = params['DeployErrCode'] @DeployErrMsg = params['DeployErrMsg'] @RequestId = params['RequestId'] end |