Class: TencentCloud::Tse::V20201207::CreateCloudNativeAPIGatewayResult

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201207/models.rb

Overview

创建云原生API网关响应结果。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gatewayid = nil, status = nil, taskid = nil) ⇒ CreateCloudNativeAPIGatewayResult



2066
2067
2068
2069
2070
# File 'lib/v20201207/models.rb', line 2066

def initialize(gatewayid=nil, status=nil, taskid=nil)
  @GatewayId = gatewayid
  @Status = status
  @TaskId = taskid
end

Instance Attribute Details

#GatewayIdObject



2064
2065
2066
# File 'lib/v20201207/models.rb', line 2064

def GatewayId
  @GatewayId
end

#StatusObject



2064
2065
2066
# File 'lib/v20201207/models.rb', line 2064

def Status
  @Status
end

#TaskIdObject



2064
2065
2066
# File 'lib/v20201207/models.rb', line 2064

def TaskId
  @TaskId
end

Instance Method Details

#deserialize(params) ⇒ Object



2072
2073
2074
2075
2076
# File 'lib/v20201207/models.rb', line 2072

def deserialize(params)
  @GatewayId = params['GatewayId']
  @Status = params['Status']
  @TaskId = params['TaskId']
end