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.
27720 27721 27722 27723 27724 |
# File 'lib/v20180228/models.rb', line 27720 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
27718 27719 27720 |
# File 'lib/v20180228/models.rb', line 27718 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
27718 27719 27720 |
# File 'lib/v20180228/models.rb', line 27718 def RequestId @RequestId end |
#TaskId ⇒ Object
27718 27719 27720 |
# File 'lib/v20180228/models.rb', line 27718 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
27726 27727 27728 27729 27730 |
# File 'lib/v20180228/models.rb', line 27726 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |