Class: TencentCloud::Cwp::V20180228::ExportPrivilegeEventsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportPrivilegeEventsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportPrivilegeEvents返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportPrivilegeEventsResponse
constructor
A new instance of ExportPrivilegeEventsResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportPrivilegeEventsResponse
Returns a new instance of ExportPrivilegeEventsResponse.
28181 28182 28183 28184 28185 |
# File 'lib/v20180228/models.rb', line 28181 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
28179 28180 28181 |
# File 'lib/v20180228/models.rb', line 28179 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
28179 28180 28181 |
# File 'lib/v20180228/models.rb', line 28179 def RequestId @RequestId end |
#TaskId ⇒ Object
28179 28180 28181 |
# File 'lib/v20180228/models.rb', line 28179 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
28187 28188 28189 28190 28191 |
# File 'lib/v20180228/models.rb', line 28187 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |