Class: TencentCloud::Tse::V20201207::DeleteCloudNativeAPIGatewayIPRestrictionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::DeleteCloudNativeAPIGatewayIPRestrictionRequest
- Defined in:
- lib/v20201207/models.rb
Overview
DeleteCloudNativeAPIGatewayIPRestriction请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, sourcetype = nil, sourceid = nil) ⇒ DeleteCloudNativeAPIGatewayIPRestrictionRequest
constructor
A new instance of DeleteCloudNativeAPIGatewayIPRestrictionRequest.
Constructor Details
#initialize(gatewayid = nil, sourcetype = nil, sourceid = nil) ⇒ DeleteCloudNativeAPIGatewayIPRestrictionRequest
Returns a new instance of DeleteCloudNativeAPIGatewayIPRestrictionRequest.
3349 3350 3351 3352 3353 |
# File 'lib/v20201207/models.rb', line 3349 def initialize(gatewayid=nil, sourcetype=nil, sourceid=nil) @GatewayId = gatewayid @SourceType = sourcetype @SourceId = sourceid end |
Instance Attribute Details
#GatewayId ⇒ Object
3347 3348 3349 |
# File 'lib/v20201207/models.rb', line 3347 def GatewayId @GatewayId end |
#SourceId ⇒ Object
3347 3348 3349 |
# File 'lib/v20201207/models.rb', line 3347 def SourceId @SourceId end |
#SourceType ⇒ Object
3347 3348 3349 |
# File 'lib/v20201207/models.rb', line 3347 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
3355 3356 3357 3358 3359 |
# File 'lib/v20201207/models.rb', line 3355 def deserialize(params) @GatewayId = params['GatewayId'] @SourceType = params['SourceType'] @SourceId = params['SourceId'] end |