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.
13993 13994 13995 |
# File 'lib/v20180606/models.rb', line 13993 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13991 13992 13993 |
# File 'lib/v20180606/models.rb', line 13991 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13997 13998 13999 |
# File 'lib/v20180606/models.rb', line 13997 def deserialize(params) @RequestId = params['RequestId'] end |