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.
10444 10445 10446 |
# File 'lib/v20180606/models.rb', line 10444 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10442 10443 10444 |
# File 'lib/v20180606/models.rb', line 10442 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10448 10449 10450 |
# File 'lib/v20180606/models.rb', line 10448 def deserialize(params) @RequestId = params['RequestId'] end |