lib/v20180416/models.rb in tencentcloud-sdk-tbaas-1.0.332 vs lib/v20180416/models.rb in tencentcloud-sdk-tbaas-1.0.333
- old
+ new
@@ -2385,10 +2385,10 @@
class QueryChainMakerBlockTransactionRequest < TencentCloud::Common::AbstractModel
# @param ClusterId: 网络ID,可在区块链网络详情或列表中获取
# @type ClusterId: String
# @param ChainId: 业务链编号,可在业务链列表中获取
# @type ChainId: String
- # @param BlockHeight: 区块高度,-1表示最新区块
+ # @param BlockHeight: 区块高度
# @type BlockHeight: Integer
attr_accessor :ClusterId, :ChainId, :BlockHeight
def initialize(clusterid=nil, chainid=nil, blockheight=nil)