Class: TencentCloud::Gse::V20191112::PutScalingPolicyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::PutScalingPolicyResponse
- Defined in:
- lib/v20191112/models.rb
Overview
PutScalingPolicy返回参数结构体
Instance Attribute Summary collapse
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, requestid = nil) ⇒ PutScalingPolicyResponse
constructor
A new instance of PutScalingPolicyResponse.
Constructor Details
#initialize(name = nil, requestid = nil) ⇒ PutScalingPolicyResponse
Returns a new instance of PutScalingPolicyResponse.
4632 4633 4634 4635 |
# File 'lib/v20191112/models.rb', line 4632 def initialize(name=nil, requestid=nil) @Name = name @RequestId = requestid end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4630 4631 4632 |
# File 'lib/v20191112/models.rb', line 4630 def Name @Name end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4630 4631 4632 |
# File 'lib/v20191112/models.rb', line 4630 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4637 4638 4639 4640 |
# File 'lib/v20191112/models.rb', line 4637 def deserialize(params) @Name = params['Name'] @RequestId = params['RequestId'] end |