Class: TencentCloud::Tdid::V20210519::CheckChainResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdid::V20210519::CheckChainResponse
- Defined in:
- lib/v20210519/models.rb
Overview
CheckChain返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(roletype = nil, chainid = nil, appname = nil, requestid = nil) ⇒ CheckChainResponse
constructor
A new instance of CheckChainResponse.
Constructor Details
#initialize(roletype = nil, chainid = nil, appname = nil, requestid = nil) ⇒ CheckChainResponse
Returns a new instance of CheckChainResponse.
57 58 59 60 61 62 |
# File 'lib/v20210519/models.rb', line 57 def initialize(roletype=nil, chainid=nil, appname=nil, requestid=nil) @RoleType = roletype @ChainId = chainid @AppName = appname @RequestId = requestid end |
Instance Attribute Details
#AppName ⇒ Object
55 56 57 |
# File 'lib/v20210519/models.rb', line 55 def AppName @AppName end |
#ChainId ⇒ Object
55 56 57 |
# File 'lib/v20210519/models.rb', line 55 def ChainId @ChainId end |
#RequestId ⇒ Object
55 56 57 |
# File 'lib/v20210519/models.rb', line 55 def RequestId @RequestId end |
#RoleType ⇒ Object
55 56 57 |
# File 'lib/v20210519/models.rb', line 55 def RoleType @RoleType end |
Instance Method Details
#deserialize(params) ⇒ Object
64 65 66 67 68 69 |
# File 'lib/v20210519/models.rb', line 64 def deserialize(params) @RoleType = params['RoleType'] @ChainId = params['ChainId'] @AppName = params['AppName'] @RequestId = params['RequestId'] end |