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.



14944
14945
14946
14947
# File 'lib/v20210820/models.rb', line 14944

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

Instance Attribute Details

#FileNameObject

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

Parameters:

  • FileName:

    文件名

  • FileUrl:

    文件URL



14942
14943
14944
# File 'lib/v20210820/models.rb', line 14942

def FileName
  @FileName
end

#FileUrlObject

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

Parameters:

  • FileName:

    文件名

  • FileUrl:

    文件URL



14942
14943
14944
# File 'lib/v20210820/models.rb', line 14942

def FileUrl
  @FileUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



14949
14950
14951
14952
# File 'lib/v20210820/models.rb', line 14949

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