Class: TencentCloud::Wedata::V20210820::InstanceDownloadLogInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

下载日志详情

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FileNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • FileName:

    文件名

  • FileUrl:

    文件URL



22005
22006
22007
# File 'lib/v20210820/models.rb', line 22005

def FileName
  @FileName
end

#FileUrlObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • FileName:

    文件名

  • FileUrl:

    文件URL



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