Class: TencentCloud::Apigateway::V20180808::DeleteUsagePlanRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::DeleteUsagePlanRequest
- Defined in:
- lib/v20180808/models.rb
Overview
DeleteUsagePlan请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(usageplanid = nil) ⇒ DeleteUsagePlanRequest
constructor
A new instance of DeleteUsagePlanRequest.
Constructor Details
#initialize(usageplanid = nil) ⇒ DeleteUsagePlanRequest
Returns a new instance of DeleteUsagePlanRequest.
3183 3184 3185 |
# File 'lib/v20180808/models.rb', line 3183 def initialize(usageplanid=nil) @UsagePlanId = usageplanid end |
Instance Attribute Details
#UsagePlanId ⇒ Object
3181 3182 3183 |
# File 'lib/v20180808/models.rb', line 3181 def UsagePlanId @UsagePlanId end |
Instance Method Details
#deserialize(params) ⇒ Object
3187 3188 3189 |
# File 'lib/v20180808/models.rb', line 3187 def deserialize(params) @UsagePlanId = params['UsagePlanId'] end |