Class: TencentCloud::Cwp::V20180228::ExportAssetUserListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetUserListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetUserList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetUserListResponse
constructor
A new instance of ExportAssetUserListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetUserListResponse
Returns a new instance of ExportAssetUserListResponse.
26617 26618 26619 26620 |
# File 'lib/v20180228/models.rb', line 26617 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
26615 26616 26617 |
# File 'lib/v20180228/models.rb', line 26615 def RequestId @RequestId end |
#TaskId ⇒ Object
26615 26616 26617 |
# File 'lib/v20180228/models.rb', line 26615 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
26622 26623 26624 26625 |
# File 'lib/v20180228/models.rb', line 26622 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |