Class: TencentCloud::Gaap::V20180529::DeleteDomainErrorPageInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::DeleteDomainErrorPageInfoRequest
- Defined in:
- lib/v20180529/models.rb
Overview
DeleteDomainErrorPageInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(errorpageid = nil) ⇒ DeleteDomainErrorPageInfoRequest
constructor
A new instance of DeleteDomainErrorPageInfoRequest.
Constructor Details
#initialize(errorpageid = nil) ⇒ DeleteDomainErrorPageInfoRequest
Returns a new instance of DeleteDomainErrorPageInfoRequest.
1832 1833 1834 |
# File 'lib/v20180529/models.rb', line 1832 def initialize(errorpageid=nil) @ErrorPageId = errorpageid end |
Instance Attribute Details
#ErrorPageId ⇒ Object
1830 1831 1832 |
# File 'lib/v20180529/models.rb', line 1830 def ErrorPageId @ErrorPageId end |
Instance Method Details
#deserialize(params) ⇒ Object
1836 1837 1838 |
# File 'lib/v20180529/models.rb', line 1836 def deserialize(params) @ErrorPageId = params['ErrorPageId'] end |