Class: TencentCloud::Tse::V20201207::DeleteCloudNativeAPIGatewayServiceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::DeleteCloudNativeAPIGatewayServiceRequest
- Defined in:
- lib/v20201207/models.rb
Overview
DeleteCloudNativeAPIGatewayService请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, name = nil, deleteroutes = nil) ⇒ DeleteCloudNativeAPIGatewayServiceRequest
constructor
A new instance of DeleteCloudNativeAPIGatewayServiceRequest.
Constructor Details
#initialize(gatewayid = nil, name = nil, deleteroutes = nil) ⇒ DeleteCloudNativeAPIGatewayServiceRequest
Returns a new instance of DeleteCloudNativeAPIGatewayServiceRequest.
3607 3608 3609 3610 3611 |
# File 'lib/v20201207/models.rb', line 3607 def initialize(gatewayid=nil, name=nil, deleteroutes=nil) @GatewayId = gatewayid @Name = name @DeleteRoutes = deleteroutes end |
Instance Attribute Details
#DeleteRoutes ⇒ Object
3605 3606 3607 |
# File 'lib/v20201207/models.rb', line 3605 def DeleteRoutes @DeleteRoutes end |
#GatewayId ⇒ Object
3605 3606 3607 |
# File 'lib/v20201207/models.rb', line 3605 def GatewayId @GatewayId end |
#Name ⇒ Object
3605 3606 3607 |
# File 'lib/v20201207/models.rb', line 3605 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
3613 3614 3615 3616 3617 |
# File 'lib/v20201207/models.rb', line 3613 def deserialize(params) @GatewayId = params['GatewayId'] @Name = params['Name'] @DeleteRoutes = params['DeleteRoutes'] end |