Class: TencentCloud::Tse::V20201207::ModifyCloudNativeAPIGatewayRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::ModifyCloudNativeAPIGatewayRequest
- Defined in:
- lib/v20201207/models.rb
Overview
ModifyCloudNativeAPIGateway请求参数结构体
Instance Attribute Summary collapse
- #DeleteProtect ⇒ Object
- #Description ⇒ Object
- #EnableCls ⇒ Object
- #GatewayId ⇒ Object
- #InternetPayMode ⇒ Object
- #Name ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, name = nil, description = nil, enablecls = nil, internetpaymode = nil, deleteprotect = nil) ⇒ ModifyCloudNativeAPIGatewayRequest
constructor
A new instance of ModifyCloudNativeAPIGatewayRequest.
Constructor Details
#initialize(gatewayid = nil, name = nil, description = nil, enablecls = nil, internetpaymode = nil, deleteprotect = nil) ⇒ ModifyCloudNativeAPIGatewayRequest
Returns a new instance of ModifyCloudNativeAPIGatewayRequest.
9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/v20201207/models.rb', line 9730 def initialize(gatewayid=nil, name=nil, description=nil, enablecls=nil, internetpaymode=nil, deleteprotect=nil) @GatewayId = gatewayid @Name = name @Description = description @EnableCls = enablecls @InternetPayMode = internetpaymode @DeleteProtect = deleteprotect end |
Instance Attribute Details
#DeleteProtect ⇒ Object
9728 9729 9730 |
# File 'lib/v20201207/models.rb', line 9728 def DeleteProtect @DeleteProtect end |
#Description ⇒ Object
9728 9729 9730 |
# File 'lib/v20201207/models.rb', line 9728 def Description @Description end |
#EnableCls ⇒ Object
9728 9729 9730 |
# File 'lib/v20201207/models.rb', line 9728 def EnableCls @EnableCls end |
#GatewayId ⇒ Object
9728 9729 9730 |
# File 'lib/v20201207/models.rb', line 9728 def GatewayId @GatewayId end |
#InternetPayMode ⇒ Object
9728 9729 9730 |
# File 'lib/v20201207/models.rb', line 9728 def InternetPayMode @InternetPayMode end |
#Name ⇒ Object
9728 9729 9730 |
# File 'lib/v20201207/models.rb', line 9728 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
9739 9740 9741 9742 9743 9744 9745 9746 |
# File 'lib/v20201207/models.rb', line 9739 def deserialize(params) @GatewayId = params['GatewayId'] @Name = params['Name'] @Description = params['Description'] @EnableCls = params['EnableCls'] @InternetPayMode = params['InternetPayMode'] @DeleteProtect = params['DeleteProtect'] end |