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.
13154 13155 13156 |
# File 'lib/v20180606/models.rb', line 13154 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13152 13153 13154 |
# File 'lib/v20180606/models.rb', line 13152 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13158 13159 13160 |
# File 'lib/v20180606/models.rb', line 13158 def deserialize(params) @RequestId = params['RequestId'] end |