Class: TencentCloud::Tdid::V20210519::CheckChainRequest

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

Overview

CheckChain请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(groupid = nil, clusterid = nil, agencyname = nil) ⇒ CheckChainRequest

Returns a new instance of CheckChainRequest.



31
32
33
34
35
# File 'lib/v20210519/models.rb', line 31

def initialize(groupid=nil, clusterid=nil, agencyname=nil)
  @GroupId = groupid
  @ClusterId = clusterid
  @AgencyName = agencyname
end

Instance Attribute Details

#AgencyNameObject

Parameters:

  • GroupId:

    群组ID

  • ClusterId:

    网络ID

  • AgencyName:

    did服务机构名称



29
30
31
# File 'lib/v20210519/models.rb', line 29

def AgencyName
  @AgencyName
end

#ClusterIdObject

Parameters:

  • GroupId:

    群组ID

  • ClusterId:

    网络ID

  • AgencyName:

    did服务机构名称



29
30
31
# File 'lib/v20210519/models.rb', line 29

def ClusterId
  @ClusterId
end

#GroupIdObject

Parameters:

  • GroupId:

    群组ID

  • ClusterId:

    网络ID

  • AgencyName:

    did服务机构名称



29
30
31
# File 'lib/v20210519/models.rb', line 29

def GroupId
  @GroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



37
38
39
40
41
# File 'lib/v20210519/models.rb', line 37

def deserialize(params)
  @GroupId = params['GroupId']
  @ClusterId = params['ClusterId']
  @AgencyName = params['AgencyName']
end