Class: TencentCloud::Bma::V20210624::CreateCRBlockRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateCRBlockRequest
- Defined in:
- lib/v20210624/models.rb
Overview
CreateCRBlock请求参数结构体
Instance Attribute Summary collapse
- #BlockUrl ⇒ Object
- #CommFileUrl ⇒ Object
- #CommValidEndDate ⇒ Object
- #CommValidStartDate ⇒ Object
- #EvidenceFileUrl ⇒ Object
- #EvidenceValidEndDate ⇒ Object
- #EvidenceValidStartDate ⇒ Object
- #FileUrl ⇒ Object
- #IsProducer ⇒ Object
- #TortPic ⇒ Object
- #TortPlat ⇒ Object
- #TortTitle ⇒ Object
- #TortUrl ⇒ Object
- #ValidEndDate ⇒ Object
- #ValidStartDate ⇒ Object
- #WorkId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workid = nil, torturl = nil, torttitle = nil, tortplat = nil, blockurl = nil, fileurl = nil, validstartdate = nil, validenddate = nil, tortpic = nil, commfileurl = nil, commvalidstartdate = nil, commvalidenddate = nil, isproducer = nil, evidencefileurl = nil, evidencevalidstartdate = nil, evidencevalidenddate = nil) ⇒ CreateCRBlockRequest
constructor
A new instance of CreateCRBlockRequest.
Constructor Details
#initialize(workid = nil, torturl = nil, torttitle = nil, tortplat = nil, blockurl = nil, fileurl = nil, validstartdate = nil, validenddate = nil, tortpic = nil, commfileurl = nil, commvalidstartdate = nil, commvalidenddate = nil, isproducer = nil, evidencefileurl = nil, evidencevalidstartdate = nil, evidencevalidenddate = nil) ⇒ CreateCRBlockRequest
Returns a new instance of CreateCRBlockRequest.
297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 |
# File 'lib/v20210624/models.rb', line 297 def initialize(workid=nil, torturl=nil, torttitle=nil, tortplat=nil, blockurl=nil, fileurl=nil, validstartdate=nil, validenddate=nil, tortpic=nil, commfileurl=nil, commvalidstartdate=nil, commvalidenddate=nil, isproducer=nil, evidencefileurl=nil, evidencevalidstartdate=nil, evidencevalidenddate=nil) @WorkId = workid @TortUrl = torturl @TortTitle = torttitle @TortPlat = tortplat @BlockUrl = blockurl @FileUrl = fileurl @ValidStartDate = validstartdate @ValidEndDate = validenddate @TortPic = tortpic @CommFileUrl = commfileurl @CommValidStartDate = commvalidstartdate @CommValidEndDate = commvalidenddate @IsProducer = isproducer @EvidenceFileUrl = evidencefileurl @EvidenceValidStartDate = evidencevalidstartdate @EvidenceValidEndDate = evidencevalidenddate end |
Instance Attribute Details
#BlockUrl ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def BlockUrl @BlockUrl end |
#CommFileUrl ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def CommFileUrl @CommFileUrl end |
#CommValidEndDate ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def CommValidEndDate @CommValidEndDate end |
#CommValidStartDate ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def CommValidStartDate @CommValidStartDate end |
#EvidenceFileUrl ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def EvidenceFileUrl @EvidenceFileUrl end |
#EvidenceValidEndDate ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def EvidenceValidEndDate @EvidenceValidEndDate end |
#EvidenceValidStartDate ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def EvidenceValidStartDate @EvidenceValidStartDate end |
#FileUrl ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def FileUrl @FileUrl end |
#IsProducer ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def IsProducer @IsProducer end |
#TortPic ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def TortPic @TortPic end |
#TortPlat ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def TortPlat @TortPlat end |
#TortTitle ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def TortTitle @TortTitle end |
#TortUrl ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def TortUrl @TortUrl end |
#ValidEndDate ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def ValidEndDate @ValidEndDate end |
#ValidStartDate ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def ValidStartDate @ValidStartDate end |
#WorkId ⇒ Object
295 296 297 |
# File 'lib/v20210624/models.rb', line 295 def WorkId @WorkId end |
Instance Method Details
#deserialize(params) ⇒ Object
316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 |
# File 'lib/v20210624/models.rb', line 316 def deserialize(params) @WorkId = params['WorkId'] @TortUrl = params['TortUrl'] @TortTitle = params['TortTitle'] @TortPlat = params['TortPlat'] @BlockUrl = params['BlockUrl'] @FileUrl = params['FileUrl'] @ValidStartDate = params['ValidStartDate'] @ValidEndDate = params['ValidEndDate'] @TortPic = params['TortPic'] @CommFileUrl = params['CommFileUrl'] @CommValidStartDate = params['CommValidStartDate'] @CommValidEndDate = params['CommValidEndDate'] @IsProducer = params['IsProducer'] @EvidenceFileUrl = params['EvidenceFileUrl'] @EvidenceValidStartDate = params['EvidenceValidStartDate'] @EvidenceValidEndDate = params['EvidenceValidEndDate'] end |