Class: TencentCloud::Tse::V20201207::DeleteNativeGatewayServiceSourceRequest

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

Overview

DeleteNativeGatewayServiceSource请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gatewayid = nil, sourceid = nil) ⇒ DeleteNativeGatewayServiceSourceRequest



4127
4128
4129
4130
# File 'lib/v20201207/models.rb', line 4127

def initialize(gatewayid=nil, sourceid=nil)
  @GatewayID = gatewayid
  @SourceID = sourceid
end

Instance Attribute Details

#GatewayIDObject



4125
4126
4127
# File 'lib/v20201207/models.rb', line 4125

def GatewayID
  @GatewayID
end

#SourceIDObject



4125
4126
4127
# File 'lib/v20201207/models.rb', line 4125

def SourceID
  @SourceID
end

Instance Method Details

#deserialize(params) ⇒ Object



4132
4133
4134
4135
# File 'lib/v20201207/models.rb', line 4132

def deserialize(params)
  @GatewayID = params['GatewayID']
  @SourceID = params['SourceID']
end