Class: TencentCloud::Rum::V20210622::ModifyProjectLimitResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::ModifyProjectLimitResponse
- Defined in:
- lib/v20210622/models.rb
Overview
ModifyProjectLimit返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(msg = nil, requestid = nil) ⇒ ModifyProjectLimitResponse
constructor
A new instance of ModifyProjectLimitResponse.
Constructor Details
#initialize(msg = nil, requestid = nil) ⇒ ModifyProjectLimitResponse
Returns a new instance of ModifyProjectLimitResponse.
3736 3737 3738 3739 |
# File 'lib/v20210622/models.rb', line 3736 def initialize(msg=nil, requestid=nil) @Msg = msg @RequestId = requestid end |
Instance Attribute Details
#Msg ⇒ Object
3734 3735 3736 |
# File 'lib/v20210622/models.rb', line 3734 def Msg @Msg end |
#RequestId ⇒ Object
3734 3735 3736 |
# File 'lib/v20210622/models.rb', line 3734 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3741 3742 3743 3744 |
# File 'lib/v20210622/models.rb', line 3741 def deserialize(params) @Msg = params['Msg'] @RequestId = params['RequestId'] end |