Class: TencentCloud::Cpdp::V20190820::CreateAnchorResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CreateAnchorResponse
- Defined in:
- lib/v20190820/models.rb
Overview
CreateAnchor返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(anchorid = nil, requestid = nil) ⇒ CreateAnchorResponse
constructor
A new instance of CreateAnchorResponse.
Constructor Details
#initialize(anchorid = nil, requestid = nil) ⇒ CreateAnchorResponse
Returns a new instance of CreateAnchorResponse.
5520 5521 5522 5523 |
# File 'lib/v20190820/models.rb', line 5520 def initialize(anchorid=nil, requestid=nil) @AnchorId = anchorid @RequestId = requestid end |
Instance Attribute Details
#AnchorId ⇒ Object
5518 5519 5520 |
# File 'lib/v20190820/models.rb', line 5518 def AnchorId @AnchorId end |
#RequestId ⇒ Object
5518 5519 5520 |
# File 'lib/v20190820/models.rb', line 5518 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5525 5526 5527 5528 |
# File 'lib/v20190820/models.rb', line 5525 def deserialize(params) @AnchorId = params['AnchorId'] @RequestId = params['RequestId'] end |