Class: TencentCloud::Wedata::V20210820::InstanceDownloadLogInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::InstanceDownloadLogInfo
- Defined in:
- lib/v20210820/models.rb
Overview
下载日志详情
Instance Attribute Summary collapse
-
#FileName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FileUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filename = nil, fileurl = nil) ⇒ InstanceDownloadLogInfo
constructor
A new instance of InstanceDownloadLogInfo.
Constructor Details
#initialize(filename = nil, fileurl = nil) ⇒ InstanceDownloadLogInfo
Returns a new instance of InstanceDownloadLogInfo.
22007 22008 22009 22010 |
# File 'lib/v20210820/models.rb', line 22007 def initialize(filename=nil, fileurl=nil) @FileName = filename @FileUrl = fileurl end |
Instance Attribute Details
#FileName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
22005 22006 22007 |
# File 'lib/v20210820/models.rb', line 22005 def FileName @FileName end |
#FileUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
22005 22006 22007 |
# File 'lib/v20210820/models.rb', line 22005 def FileUrl @FileUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
22012 22013 22014 22015 |
# File 'lib/v20210820/models.rb', line 22012 def deserialize(params) @FileName = params['FileName'] @FileUrl = params['FileUrl'] end |