Class: TencentCloud::Apigateway::V20180808::UnReleaseServiceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::UnReleaseServiceRequest
- Defined in:
- lib/v20180808/models.rb
Overview
UnReleaseService请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(serviceid = nil, environmentname = nil, apiids = nil) ⇒ UnReleaseServiceRequest
constructor
A new instance of UnReleaseServiceRequest.
Constructor Details
#initialize(serviceid = nil, environmentname = nil, apiids = nil) ⇒ UnReleaseServiceRequest
9312 9313 9314 9315 9316 |
# File 'lib/v20180808/models.rb', line 9312 def initialize(serviceid=nil, environmentname=nil, apiids=nil) @ServiceId = serviceid @EnvironmentName = environmentname @ApiIds = apiids end |
Instance Attribute Details
#ApiIds ⇒ Object
9310 9311 9312 |
# File 'lib/v20180808/models.rb', line 9310 def ApiIds @ApiIds end |
#EnvironmentName ⇒ Object
9310 9311 9312 |
# File 'lib/v20180808/models.rb', line 9310 def EnvironmentName @EnvironmentName end |
#ServiceId ⇒ Object
9310 9311 9312 |
# File 'lib/v20180808/models.rb', line 9310 def ServiceId @ServiceId end |
Instance Method Details
#deserialize(params) ⇒ Object
9318 9319 9320 9321 9322 |
# File 'lib/v20180808/models.rb', line 9318 def deserialize(params) @ServiceId = params['ServiceId'] @EnvironmentName = params['EnvironmentName'] @ApiIds = params['ApiIds'] end |