Class: TencentCloud::Tse::V20201207::DeleteNativeGatewayServiceSourceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::DeleteNativeGatewayServiceSourceRequest
- Defined in:
- lib/v20201207/models.rb
Overview
DeleteNativeGatewayServiceSource请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, sourceid = nil) ⇒ DeleteNativeGatewayServiceSourceRequest
constructor
A new instance of DeleteNativeGatewayServiceSourceRequest.
Constructor Details
#initialize(gatewayid = nil, sourceid = nil) ⇒ DeleteNativeGatewayServiceSourceRequest
Returns a new instance of DeleteNativeGatewayServiceSourceRequest.
4148 4149 4150 4151 |
# File 'lib/v20201207/models.rb', line 4148 def initialize(gatewayid=nil, sourceid=nil) @GatewayID = gatewayid @SourceID = sourceid end |
Instance Attribute Details
#GatewayID ⇒ Object
4146 4147 4148 |
# File 'lib/v20201207/models.rb', line 4146 def GatewayID @GatewayID end |
#SourceID ⇒ Object
4146 4147 4148 |
# File 'lib/v20201207/models.rb', line 4146 def SourceID @SourceID end |
Instance Method Details
#deserialize(params) ⇒ Object
4153 4154 4155 4156 |
# File 'lib/v20201207/models.rb', line 4153 def deserialize(params) @GatewayID = params['GatewayID'] @SourceID = params['SourceID'] end |