Class: TencentCloud::Cdn::V20180606::UpdatePayTypeResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::UpdatePayTypeResponse
- Defined in:
- lib/v20180606/models.rb
Overview
UpdatePayType返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdatePayTypeResponse
constructor
A new instance of UpdatePayTypeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdatePayTypeResponse
Returns a new instance of UpdatePayTypeResponse.
10439 10440 10441 |
# File 'lib/v20180606/models.rb', line 10439 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10437 10438 10439 |
# File 'lib/v20180606/models.rb', line 10437 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10443 10444 10445 |
# File 'lib/v20180606/models.rb', line 10443 def deserialize(params) @RequestId = params['RequestId'] end |