Class: TencentCloud::Gaap::V20180529::DeleteDomainErrorPageInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::DeleteDomainErrorPageInfoResponse
- Defined in:
- lib/v20180529/models.rb
Overview
DeleteDomainErrorPageInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteDomainErrorPageInfoResponse
constructor
A new instance of DeleteDomainErrorPageInfoResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteDomainErrorPageInfoResponse
Returns a new instance of DeleteDomainErrorPageInfoResponse.
1848 1849 1850 |
# File 'lib/v20180529/models.rb', line 1848 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1846 1847 1848 |
# File 'lib/v20180529/models.rb', line 1846 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1852 1853 1854 |
# File 'lib/v20180529/models.rb', line 1852 def deserialize(params) @RequestId = params['RequestId'] end |