Class: TencentCloud::Yinsuda::V20220527::ApplyChorusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yinsuda::V20220527::ApplyChorusResponse
- Defined in:
- lib/v20220527/models.rb
Overview
ApplyChorus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(chorustoken = nil, requestid = nil) ⇒ ApplyChorusResponse
constructor
A new instance of ApplyChorusResponse.
Constructor Details
#initialize(chorustoken = nil, requestid = nil) ⇒ ApplyChorusResponse
Returns a new instance of ApplyChorusResponse.
89 90 91 92 |
# File 'lib/v20220527/models.rb', line 89 def initialize(chorustoken=nil, requestid=nil) @ChorusToken = chorustoken @RequestId = requestid end |
Instance Attribute Details
#ChorusToken ⇒ Object
87 88 89 |
# File 'lib/v20220527/models.rb', line 87 def ChorusToken @ChorusToken end |
#RequestId ⇒ Object
87 88 89 |
# File 'lib/v20220527/models.rb', line 87 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
94 95 96 97 |
# File 'lib/v20220527/models.rb', line 94 def deserialize(params) @ChorusToken = params['ChorusToken'] @RequestId = params['RequestId'] end |