Class: TencentCloud::Apigateway::V20180808::IPStrategyApi
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::IPStrategyApi
- Defined in:
- lib/v20180808/models.rb
Overview
策略绑定api列表
Instance Attribute Summary collapse
- #ApiId ⇒ Object
- #ApiName ⇒ Object
- #ApiType ⇒ Object
- #Method ⇒ Object
- #OtherEnvironmentName ⇒ Object
- #OtherIPStrategyId ⇒ Object
- #Path ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(apiid = nil, apiname = nil, apitype = nil, path = nil, method = nil, otheripstrategyid = nil, otherenvironmentname = nil) ⇒ IPStrategyApi
constructor
A new instance of IPStrategyApi.
Constructor Details
#initialize(apiid = nil, apiname = nil, apitype = nil, path = nil, method = nil, otheripstrategyid = nil, otherenvironmentname = nil) ⇒ IPStrategyApi
Returns a new instance of IPStrategyApi.
6550 6551 6552 6553 6554 6555 6556 6557 6558 |
# File 'lib/v20180808/models.rb', line 6550 def initialize(apiid=nil, apiname=nil, apitype=nil, path=nil, method=nil, otheripstrategyid=nil, otherenvironmentname=nil) @ApiId = apiid @ApiName = apiname @ApiType = apitype @Path = path @Method = method @OtherIPStrategyId = otheripstrategyid @OtherEnvironmentName = otherenvironmentname end |
Instance Attribute Details
#ApiId ⇒ Object
6548 6549 6550 |
# File 'lib/v20180808/models.rb', line 6548 def ApiId @ApiId end |
#ApiName ⇒ Object
6548 6549 6550 |
# File 'lib/v20180808/models.rb', line 6548 def ApiName @ApiName end |
#ApiType ⇒ Object
6548 6549 6550 |
# File 'lib/v20180808/models.rb', line 6548 def ApiType @ApiType end |
#Method ⇒ Object
6548 6549 6550 |
# File 'lib/v20180808/models.rb', line 6548 def Method @Method end |
#OtherEnvironmentName ⇒ Object
6548 6549 6550 |
# File 'lib/v20180808/models.rb', line 6548 def OtherEnvironmentName @OtherEnvironmentName end |
#OtherIPStrategyId ⇒ Object
6548 6549 6550 |
# File 'lib/v20180808/models.rb', line 6548 def OtherIPStrategyId @OtherIPStrategyId end |
#Path ⇒ Object
6548 6549 6550 |
# File 'lib/v20180808/models.rb', line 6548 def Path @Path end |
Instance Method Details
#deserialize(params) ⇒ Object
6560 6561 6562 6563 6564 6565 6566 6567 6568 |
# File 'lib/v20180808/models.rb', line 6560 def deserialize(params) @ApiId = params['ApiId'] @ApiName = params['ApiName'] @ApiType = params['ApiType'] @Path = params['Path'] @Method = params['Method'] @OtherIPStrategyId = params['OtherIPStrategyId'] @OtherEnvironmentName = params['OtherEnvironmentName'] end |