Class: TencentCloud::Lcic::V20220817::ModifyGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::ModifyGroupResponse
- Defined in:
- lib/v20220817/models.rb
Overview
ModifyGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyGroupResponse
constructor
A new instance of ModifyGroupResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyGroupResponse
Returns a new instance of ModifyGroupResponse.
4058 4059 4060 |
# File 'lib/v20220817/models.rb', line 4058 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4056 4057 4058 |
# File 'lib/v20220817/models.rb', line 4056 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4062 4063 4064 |
# File 'lib/v20220817/models.rb', line 4062 def deserialize(params) @RequestId = params['RequestId'] end |