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.



14761
14762
14763
14764
# File 'lib/v20210820/models.rb', line 14761

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

Instance Attribute Details

#FileNameObject

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

Parameters:

  • FileName:

    文件名

  • FileUrl:

    文件URL



14759
14760
14761
# File 'lib/v20210820/models.rb', line 14759

def FileName
  @FileName
end

#FileUrlObject

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

Parameters:

  • FileName:

    文件名

  • FileUrl:

    文件URL



14759
14760
14761
# File 'lib/v20210820/models.rb', line 14759

def FileUrl
  @FileUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



14766
14767
14768
14769
# File 'lib/v20210820/models.rb', line 14766

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