Class: TencentCloud::Apigateway::V20180808::UnBindEnvironmentRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::UnBindEnvironmentRequest
- Defined in:
- lib/v20180808/models.rb
Overview
UnBindEnvironment请求参数结构体
Instance Attribute Summary collapse
- #ApiIds ⇒ Object
- #BindType ⇒ Object
- #Environment ⇒ Object
- #ServiceId ⇒ Object
- #UsagePlanIds ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bindtype = nil, usageplanids = nil, environment = nil, serviceid = nil, apiids = nil) ⇒ UnBindEnvironmentRequest
constructor
A new instance of UnBindEnvironmentRequest.
Constructor Details
#initialize(bindtype = nil, usageplanids = nil, environment = nil, serviceid = nil, apiids = nil) ⇒ UnBindEnvironmentRequest
Returns a new instance of UnBindEnvironmentRequest.
9133 9134 9135 9136 9137 9138 9139 |
# File 'lib/v20180808/models.rb', line 9133 def initialize(bindtype=nil, usageplanids=nil, environment=nil, serviceid=nil, apiids=nil) @BindType = bindtype @UsagePlanIds = usageplanids @Environment = environment @ServiceId = serviceid @ApiIds = apiids end |
Instance Attribute Details
#ApiIds ⇒ Object
9131 9132 9133 |
# File 'lib/v20180808/models.rb', line 9131 def ApiIds @ApiIds end |
#BindType ⇒ Object
9131 9132 9133 |
# File 'lib/v20180808/models.rb', line 9131 def BindType @BindType end |
#Environment ⇒ Object
9131 9132 9133 |
# File 'lib/v20180808/models.rb', line 9131 def Environment @Environment end |
#ServiceId ⇒ Object
9131 9132 9133 |
# File 'lib/v20180808/models.rb', line 9131 def ServiceId @ServiceId end |
#UsagePlanIds ⇒ Object
9131 9132 9133 |
# File 'lib/v20180808/models.rb', line 9131 def UsagePlanIds @UsagePlanIds end |
Instance Method Details
#deserialize(params) ⇒ Object
9141 9142 9143 9144 9145 9146 9147 |
# File 'lib/v20180808/models.rb', line 9141 def deserialize(params) @BindType = params['BindType'] @UsagePlanIds = params['UsagePlanIds'] @Environment = params['Environment'] @ServiceId = params['ServiceId'] @ApiIds = params['ApiIds'] end |