Class: TencentCloud::Apigateway::V20180808::UsagePlanBindEnvironment
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::UsagePlanBindEnvironment
- Defined in:
- lib/v20180808/models.rb
Overview
使用计划绑定环境信息
Instance Attribute Summary collapse
-
#EnvironmentName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ServiceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentname = nil, serviceid = nil) ⇒ UsagePlanBindEnvironment
constructor
A new instance of UsagePlanBindEnvironment.
Constructor Details
#initialize(environmentname = nil, serviceid = nil) ⇒ UsagePlanBindEnvironment
Returns a new instance of UsagePlanBindEnvironment.
9823 9824 9825 9826 |
# File 'lib/v20180808/models.rb', line 9823 def initialize(environmentname=nil, serviceid=nil) @EnvironmentName = environmentname @ServiceId = serviceid end |
Instance Attribute Details
#EnvironmentName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
9821 9822 9823 |
# File 'lib/v20180808/models.rb', line 9821 def EnvironmentName @EnvironmentName end |
#ServiceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
9821 9822 9823 |
# File 'lib/v20180808/models.rb', line 9821 def ServiceId @ServiceId end |
Instance Method Details
#deserialize(params) ⇒ Object
9828 9829 9830 9831 |
# File 'lib/v20180808/models.rb', line 9828 def deserialize(params) @EnvironmentName = params['EnvironmentName'] @ServiceId = params['ServiceId'] end |