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.
9401 9402 9403 |
# File 'lib/v20180606/models.rb', line 9401 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9399 9400 9401 |
# File 'lib/v20180606/models.rb', line 9399 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9405 9406 9407 |
# File 'lib/v20180606/models.rb', line 9405 def deserialize(params) @RequestId = params['RequestId'] end |