Class: TencentCloud::Cfs::V20190719::DeleteCfsPGroupResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::DeleteCfsPGroupResponse
- Defined in:
- lib/v20190719/models.rb
Overview
DeleteCfsPGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pgroupid = nil, appid = nil, requestid = nil) ⇒ DeleteCfsPGroupResponse
constructor
A new instance of DeleteCfsPGroupResponse.
Constructor Details
#initialize(pgroupid = nil, appid = nil, requestid = nil) ⇒ DeleteCfsPGroupResponse
Returns a new instance of DeleteCfsPGroupResponse.
1359 1360 1361 1362 1363 |
# File 'lib/v20190719/models.rb', line 1359 def initialize(pgroupid=nil, appid=nil, requestid=nil) @PGroupId = pgroupid @AppId = appid @RequestId = requestid end |
Instance Attribute Details
#AppId ⇒ Object
1357 1358 1359 |
# File 'lib/v20190719/models.rb', line 1357 def AppId @AppId end |
#PGroupId ⇒ Object
1357 1358 1359 |
# File 'lib/v20190719/models.rb', line 1357 def PGroupId @PGroupId end |
#RequestId ⇒ Object
1357 1358 1359 |
# File 'lib/v20190719/models.rb', line 1357 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1365 1366 1367 1368 1369 |
# File 'lib/v20190719/models.rb', line 1365 def deserialize(params) @PGroupId = params['PGroupId'] @AppId = params['AppId'] @RequestId = params['RequestId'] end |