Class: TencentCloud::Apigateway::V20180808::ModifyServiceEnvironmentStrategyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::ModifyServiceEnvironmentStrategyResponse
- Defined in:
- lib/v20180808/models.rb
Overview
ModifyServiceEnvironmentStrategy返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ ModifyServiceEnvironmentStrategyResponse
constructor
A new instance of ModifyServiceEnvironmentStrategyResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ ModifyServiceEnvironmentStrategyResponse
Returns a new instance of ModifyServiceEnvironmentStrategyResponse.
7728 7729 7730 7731 |
# File 'lib/v20180808/models.rb', line 7728 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
7726 7727 7728 |
# File 'lib/v20180808/models.rb', line 7726 def RequestId @RequestId end |
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
7726 7727 7728 |
# File 'lib/v20180808/models.rb', line 7726 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
7733 7734 7735 7736 |
# File 'lib/v20180808/models.rb', line 7733 def deserialize(params) @Result = params['Result'] @RequestId = params['RequestId'] end |