Class: TencentCloud::Apigateway::V20180808::BindEnvironmentRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::BindEnvironmentRequest
- Defined in:
- lib/v20180808/models.rb
Overview
BindEnvironment请求参数结构体
Instance Attribute Summary collapse
- #ApiIds ⇒ Object
- #BindType ⇒ Object
- #Environment ⇒ Object
- #ServiceId ⇒ Object
- #UsagePlanIds ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(usageplanids = nil, bindtype = nil, environment = nil, serviceid = nil, apiids = nil) ⇒ BindEnvironmentRequest
constructor
A new instance of BindEnvironmentRequest.
Constructor Details
#initialize(usageplanids = nil, bindtype = nil, environment = nil, serviceid = nil, apiids = nil) ⇒ BindEnvironmentRequest
Returns a new instance of BindEnvironmentRequest.
1446 1447 1448 1449 1450 1451 1452 |
# File 'lib/v20180808/models.rb', line 1446 def initialize(usageplanids=nil, bindtype=nil, environment=nil, serviceid=nil, apiids=nil) @UsagePlanIds = usageplanids @BindType = bindtype @Environment = environment @ServiceId = serviceid @ApiIds = apiids end |
Instance Attribute Details
#ApiIds ⇒ Object
1444 1445 1446 |
# File 'lib/v20180808/models.rb', line 1444 def ApiIds @ApiIds end |
#BindType ⇒ Object
1444 1445 1446 |
# File 'lib/v20180808/models.rb', line 1444 def BindType @BindType end |
#Environment ⇒ Object
1444 1445 1446 |
# File 'lib/v20180808/models.rb', line 1444 def Environment @Environment end |
#ServiceId ⇒ Object
1444 1445 1446 |
# File 'lib/v20180808/models.rb', line 1444 def ServiceId @ServiceId end |
#UsagePlanIds ⇒ Object
1444 1445 1446 |
# File 'lib/v20180808/models.rb', line 1444 def UsagePlanIds @UsagePlanIds end |
Instance Method Details
#deserialize(params) ⇒ Object
1454 1455 1456 1457 1458 1459 1460 |
# File 'lib/v20180808/models.rb', line 1454 def deserialize(params) @UsagePlanIds = params['UsagePlanIds'] @BindType = params['BindType'] @Environment = params['Environment'] @ServiceId = params['ServiceId'] @ApiIds = params['ApiIds'] end |