Class: TencentCloud::Cdn::V20180606::StopCdnDomainResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::StopCdnDomainResponse
- Defined in:
- lib/v20180606/models.rb
Overview
StopCdnDomain返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopCdnDomainResponse
constructor
A new instance of StopCdnDomainResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopCdnDomainResponse
Returns a new instance of StopCdnDomainResponse.
9636 9637 9638 |
# File 'lib/v20180606/models.rb', line 9636 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9634 9635 9636 |
# File 'lib/v20180606/models.rb', line 9634 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9640 9641 9642 |
# File 'lib/v20180606/models.rb', line 9640 def deserialize(params) @RequestId = params['RequestId'] end |