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.
3728 3729 3730 3731 |
# File 'lib/v20210622/models.rb', line 3728 def initialize(msg=nil, requestid=nil) @Msg = msg @RequestId = requestid end |
Instance Attribute Details
#Msg ⇒ Object
3726 3727 3728 |
# File 'lib/v20210622/models.rb', line 3726 def Msg @Msg end |
#RequestId ⇒ Object
3726 3727 3728 |
# File 'lib/v20210622/models.rb', line 3726 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3733 3734 3735 3736 |
# File 'lib/v20210622/models.rb', line 3733 def deserialize(params) @Msg = params['Msg'] @RequestId = params['RequestId'] end |