Class: TencentCloud::Tdid::V20210519::CheckChainRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdid::V20210519::CheckChainRequest
- Defined in:
- lib/v20210519/models.rb
Overview
CheckChain请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, clusterid = nil, agencyname = nil) ⇒ CheckChainRequest
constructor
A new instance of CheckChainRequest.
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
#AgencyName ⇒ Object
29 30 31 |
# File 'lib/v20210519/models.rb', line 29 def AgencyName @AgencyName end |
#ClusterId ⇒ Object
29 30 31 |
# File 'lib/v20210519/models.rb', line 29 def ClusterId @ClusterId end |
#GroupId ⇒ Object
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 |