class TencentCloud::Tse::V20201207::ModifyCloudNativeAPIGatewayRequest
ModifyCloudNativeAPIGateway请求参数结构体
def deserialize(params)
def deserialize(params) @GatewayId = params['GatewayId'] @Name = params['Name'] @Description = params['Description'] @EnableCls = params['EnableCls'] @InternetPayMode = params['InternetPayMode'] end
def initialize(gatewayid=nil, name=nil, description=nil, enablecls=nil, internetpaymode=nil)
def initialize(gatewayid=nil, name=nil, description=nil, enablecls=nil, internetpaymode=nil) @GatewayId = gatewayid @Name = name @Description = description @EnableCls = enablecls @InternetPayMode = internetpaymode end