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.
9748 9749 9750 9751 9752 9753 9754 9755 |
# File 'lib/v20201207/models.rb', line 9748 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
9746 9747 9748 |
# File 'lib/v20201207/models.rb', line 9746 def DeleteProtect @DeleteProtect end |
#Description ⇒ Object
9746 9747 9748 |
# File 'lib/v20201207/models.rb', line 9746 def Description @Description end |
#EnableCls ⇒ Object
9746 9747 9748 |
# File 'lib/v20201207/models.rb', line 9746 def EnableCls @EnableCls end |
#GatewayId ⇒ Object
9746 9747 9748 |
# File 'lib/v20201207/models.rb', line 9746 def GatewayId @GatewayId end |
#InternetPayMode ⇒ Object
9746 9747 9748 |
# File 'lib/v20201207/models.rb', line 9746 def InternetPayMode @InternetPayMode end |
#Name ⇒ Object
9746 9747 9748 |
# File 'lib/v20201207/models.rb', line 9746 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
9757 9758 9759 9760 9761 9762 9763 9764 |
# File 'lib/v20201207/models.rb', line 9757 def deserialize(params) @GatewayId = params['GatewayId'] @Name = params['Name'] @Description = params['Description'] @EnableCls = params['EnableCls'] @InternetPayMode = params['InternetPayMode'] @DeleteProtect = params['DeleteProtect'] end |