Class: TencentCloud::Bma::V20210624::CreateCRTortRequest

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

Overview

CreateCRTort请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(workid = nil, torturl = nil, tortplat = nil, torttitle = nil) ⇒ CreateCRTortRequest

Returns a new instance of CreateCRTortRequest.



632
633
634
635
636
637
# File 'lib/v20210624/models.rb', line 632

def initialize(workid=nil, torturl=nil, tortplat=nil, torttitle=nil)
  @WorkId = workid
  @TortURL = torturl
  @TortPlat = tortplat
  @TortTitle = torttitle
end

Instance Attribute Details

#TortPlatObject

Parameters:

  • WorkId:

    作品ID

  • TortURL:

    侵权网址

  • TortPlat:

    侵权平台

  • TortTitle:

    侵权标题



630
631
632
# File 'lib/v20210624/models.rb', line 630

def TortPlat
  @TortPlat
end

#TortTitleObject

Parameters:

  • WorkId:

    作品ID

  • TortURL:

    侵权网址

  • TortPlat:

    侵权平台

  • TortTitle:

    侵权标题



630
631
632
# File 'lib/v20210624/models.rb', line 630

def TortTitle
  @TortTitle
end

#TortURLObject

Parameters:

  • WorkId:

    作品ID

  • TortURL:

    侵权网址

  • TortPlat:

    侵权平台

  • TortTitle:

    侵权标题



630
631
632
# File 'lib/v20210624/models.rb', line 630

def TortURL
  @TortURL
end

#WorkIdObject

Parameters:

  • WorkId:

    作品ID

  • TortURL:

    侵权网址

  • TortPlat:

    侵权平台

  • TortTitle:

    侵权标题



630
631
632
# File 'lib/v20210624/models.rb', line 630

def WorkId
  @WorkId
end

Instance Method Details

#deserialize(params) ⇒ Object



639
640
641
642
643
644
# File 'lib/v20210624/models.rb', line 639

def deserialize(params)
  @WorkId = params['WorkId']
  @TortURL = params['TortURL']
  @TortPlat = params['TortPlat']
  @TortTitle = params['TortTitle']
end