Class: TencentCloud::Wedata::V20210820::JudgeResourceFileRequest

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

Overview

JudgeResourceFile请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, filepath = nil) ⇒ JudgeResourceFileRequest

Returns a new instance of JudgeResourceFileRequest.



24108
24109
24110
24111
# File 'lib/v20210820/models.rb', line 24108

def initialize(projectid=nil, filepath=nil)
  @ProjectId = projectid
  @FilePath = filepath
end

Instance Attribute Details

#FilePathObject

Parameters:

  • ProjectId:

    项目id

  • FilePath:

    资源路径



24106
24107
24108
# File 'lib/v20210820/models.rb', line 24106

def FilePath
  @FilePath
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目id

  • FilePath:

    资源路径



24106
24107
24108
# File 'lib/v20210820/models.rb', line 24106

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



24113
24114
24115
24116
# File 'lib/v20210820/models.rb', line 24113

def deserialize(params)
  @ProjectId = params['ProjectId']
  @FilePath = params['FilePath']
end