Class: TencentCloud::Cfs::V20190719::UpdateCfsPGroupResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::UpdateCfsPGroupResponse
- Defined in:
- lib/v20190719/models.rb
Overview
UpdateCfsPGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pgroupid = nil, name = nil, descinfo = nil, requestid = nil) ⇒ UpdateCfsPGroupResponse
constructor
A new instance of UpdateCfsPGroupResponse.
Constructor Details
#initialize(pgroupid = nil, name = nil, descinfo = nil, requestid = nil) ⇒ UpdateCfsPGroupResponse
Returns a new instance of UpdateCfsPGroupResponse.
3102 3103 3104 3105 3106 3107 |
# File 'lib/v20190719/models.rb', line 3102 def initialize(pgroupid=nil, name=nil, descinfo=nil, requestid=nil) @PGroupId = pgroupid @Name = name @DescInfo = descinfo @RequestId = requestid end |
Instance Attribute Details
#DescInfo ⇒ Object
3100 3101 3102 |
# File 'lib/v20190719/models.rb', line 3100 def DescInfo @DescInfo end |
#Name ⇒ Object
3100 3101 3102 |
# File 'lib/v20190719/models.rb', line 3100 def Name @Name end |
#PGroupId ⇒ Object
3100 3101 3102 |
# File 'lib/v20190719/models.rb', line 3100 def PGroupId @PGroupId end |
#RequestId ⇒ Object
3100 3101 3102 |
# File 'lib/v20190719/models.rb', line 3100 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3109 3110 3111 3112 3113 3114 |
# File 'lib/v20190719/models.rb', line 3109 def deserialize(params) @PGroupId = params['PGroupId'] @Name = params['Name'] @DescInfo = params['DescInfo'] @RequestId = params['RequestId'] end |