lib/v20180416/models.rb in tencentcloud-sdk-tbaas-3.0.491 vs lib/v20180416/models.rb in tencentcloud-sdk-tbaas-3.0.492

- old
+ new

@@ -1934,11 +1934,11 @@ # InvokeChainMakerContract请求参数结构体 class InvokeChainMakerContractRequest < TencentCloud::Common::AbstractModel # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取 # @type ClusterId: String - # @param ChainId: 业务链编号,可在业务链列表中获取 + # @param ChainId: 业务链ID,可在网络概览页获取 # @type ChainId: String # @param ContractName: 合约名称,可在合约管理中获取 # @type ContractName: String # @param FuncName: 合约方法名 # @type FuncName: String @@ -1994,11 +1994,11 @@ # InvokeChainMakerDemoContract请求参数结构体 class InvokeChainMakerDemoContractRequest < TencentCloud::Common::AbstractModel # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取 # @type ClusterId: String - # @param ChainId: 业务链编号,可在业务链列表中获取 + # @param ChainId: 业务链ID,可在网络概览页获取 # @type ChainId: String # @param ContractName: 合约名称,可在合约管理中获取 # @type ContractName: String # @param FuncName: 合约方法名 # @type FuncName: String @@ -2193,11 +2193,11 @@ # QueryChainMakerBlockTransaction请求参数结构体 class QueryChainMakerBlockTransactionRequest < TencentCloud::Common::AbstractModel # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取 # @type ClusterId: String - # @param ChainId: 业务链编号,可在业务链列表中获取 + # @param ChainId: 业务链ID,可在网络概览页获取 # @type ChainId: String # @param BlockHeight: 区块高度 # @type BlockHeight: Integer attr_accessor :ClusterId, :ChainId, :BlockHeight @@ -2258,11 +2258,11 @@ # QueryChainMakerContract请求参数结构体 class QueryChainMakerContractRequest < TencentCloud::Common::AbstractModel # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取 # @type ClusterId: String - # @param ChainId: 业务链编号,可在业务链列表中获取 + # @param ChainId: 业务链ID,可在网络概览页获取 # @type ChainId: String # @param ContractName: 合约名称,可在合约管理中获取 # @type ContractName: String # @param FuncName: 合约方法名 # @type FuncName: String @@ -2314,11 +2314,11 @@ # QueryChainMakerDemoBlockTransaction请求参数结构体 class QueryChainMakerDemoBlockTransactionRequest < TencentCloud::Common::AbstractModel # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取 # @type ClusterId: String - # @param ChainId: 业务链编号,可在业务链列表中获取 + # @param ChainId: 业务链ID,可在网络概览页获取 # @type ChainId: String # @param BlockHeight: 区块高度 # @type BlockHeight: Integer attr_accessor :ClusterId, :ChainId, :BlockHeight @@ -2379,11 +2379,11 @@ # QueryChainMakerDemoContract请求参数结构体 class QueryChainMakerDemoContractRequest < TencentCloud::Common::AbstractModel # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取 # @type ClusterId: String - # @param ChainId: 业务链编号,可在业务链列表中获取 + # @param ChainId: 业务链ID,可在网络概览页获取 # @type ChainId: String # @param ContractName: 合约名称,可在合约管理中获取 # @type ContractName: String # @param FuncName: 合约方法名 # @type FuncName: String @@ -2435,11 +2435,11 @@ # QueryChainMakerDemoTransaction请求参数结构体 class QueryChainMakerDemoTransactionRequest < TencentCloud::Common::AbstractModel # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取 # @type ClusterId: String - # @param ChainId: 业务链编号,可在业务链列表中获取 + # @param ChainId: 业务链ID,可在网络概览页获取 # @type ChainId: String # @param TxID: 交易ID,通过调用合约的返回值获取 # @type TxID: String attr_accessor :ClusterId, :ChainId, :TxID @@ -2483,10 +2483,10 @@ # QueryChainMakerTransaction请求参数结构体 class QueryChainMakerTransactionRequest < TencentCloud::Common::AbstractModel # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取 # @type ClusterId: String - # @param ChainId: 业务链编号,可在业务链列表中获取 + # @param ChainId: 业务链ID,可在网络概览页获取 # @type ChainId: String # @param TxID: 交易ID,通过调用合约的返回值获取 # @type TxID: String attr_accessor :ClusterId, :ChainId, :TxID