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.
9641 9642 9643 |
# File 'lib/v20180606/models.rb', line 9641 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9639 9640 9641 |
# File 'lib/v20180606/models.rb', line 9639 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9645 9646 9647 |
# File 'lib/v20180606/models.rb', line 9645 def deserialize(params) @RequestId = params['RequestId'] end |