Class: TencentCloud::Billing::V20180709::CreateGatherRuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::CreateGatherRuleResponse
- Defined in:
- lib/v20180709/models.rb
Overview
CreateGatherRule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, requestid = nil) ⇒ CreateGatherRuleResponse
constructor
A new instance of CreateGatherRuleResponse.
Constructor Details
#initialize(id = nil, requestid = nil) ⇒ CreateGatherRuleResponse
5046 5047 5048 5049 |
# File 'lib/v20180709/models.rb', line 5046 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
5044 5045 5046 |
# File 'lib/v20180709/models.rb', line 5044 def Id @Id end |
#RequestId ⇒ Object
5044 5045 5046 |
# File 'lib/v20180709/models.rb', line 5044 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5051 5052 5053 5054 |
# File 'lib/v20180709/models.rb', line 5051 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |