Class: TencentCloud::Billing::V20180709::CreateAllocationRuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::CreateAllocationRuleResponse
- Defined in:
- lib/v20180709/models.rb
Overview
CreateAllocationRule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, requestid = nil) ⇒ CreateAllocationRuleResponse
constructor
A new instance of CreateAllocationRuleResponse.
Constructor Details
#initialize(id = nil, requestid = nil) ⇒ CreateAllocationRuleResponse
Returns a new instance of CreateAllocationRuleResponse.
4809 4810 4811 4812 |
# File 'lib/v20180709/models.rb', line 4809 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
4807 4808 4809 |
# File 'lib/v20180709/models.rb', line 4807 def Id @Id end |
#RequestId ⇒ Object
4807 4808 4809 |
# File 'lib/v20180709/models.rb', line 4807 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4814 4815 4816 4817 |
# File 'lib/v20180709/models.rb', line 4814 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |