Class: TencentCloud::Trp::V20210515::DeleteCodeBatchRequest

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

Overview

DeleteCodeBatch请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(corpid = nil, batchid = nil) ⇒ DeleteCodeBatchRequest

Returns a new instance of DeleteCodeBatchRequest.



1387
1388
1389
1390
# File 'lib/v20210515/models.rb', line 1387

def initialize(corpid=nil, batchid=nil)
  @CorpId = corpid
  @BatchId = batchid
end

Instance Attribute Details

#BatchIdObject

Parameters:

  • CorpId:

    企业ID

  • BatchId:

    批次ID



1385
1386
1387
# File 'lib/v20210515/models.rb', line 1385

def BatchId
  @BatchId
end

#CorpIdObject

Parameters:

  • CorpId:

    企业ID

  • BatchId:

    批次ID



1385
1386
1387
# File 'lib/v20210515/models.rb', line 1385

def CorpId
  @CorpId
end

Instance Method Details

#deserialize(params) ⇒ Object



1392
1393
1394
1395
# File 'lib/v20210515/models.rb', line 1392

def deserialize(params)
  @CorpId = params['CorpId']
  @BatchId = params['BatchId']
end