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.



21108
21109
21110
21111
# File 'lib/v20210820/models.rb', line 21108

def initialize(filename=nil, fileurl=nil)
  @FileName = filename
  @FileUrl = fileurl
end

Instance Attribute Details

#FileNameObject

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

Parameters:

  • FileName:

    文件名

  • FileUrl:

    文件URL



21106
21107
21108
# File 'lib/v20210820/models.rb', line 21106

def FileName
  @FileName
end

#FileUrlObject

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

Parameters:

  • FileName:

    文件名

  • FileUrl:

    文件URL



21106
21107
21108
# File 'lib/v20210820/models.rb', line 21106

def FileUrl
  @FileUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



21113
21114
21115
21116
# File 'lib/v20210820/models.rb', line 21113

def deserialize(params)
  @FileName = params['FileName']
  @FileUrl = params['FileUrl']
end