Class: TencentCloud::Gaap::V20180529::CreateDomainErrorPageInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::CreateDomainErrorPageInfoResponse
- Defined in:
- lib/v20180529/models.rb
Overview
CreateDomainErrorPageInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(errorpageid = nil, requestid = nil) ⇒ CreateDomainErrorPageInfoResponse
constructor
A new instance of CreateDomainErrorPageInfoResponse.
Constructor Details
#initialize(errorpageid = nil, requestid = nil) ⇒ CreateDomainErrorPageInfoResponse
Returns a new instance of CreateDomainErrorPageInfoResponse.
917 918 919 920 |
# File 'lib/v20180529/models.rb', line 917 def initialize(errorpageid=nil, requestid=nil) @ErrorPageId = errorpageid @RequestId = requestid end |
Instance Attribute Details
#ErrorPageId ⇒ Object
915 916 917 |
# File 'lib/v20180529/models.rb', line 915 def ErrorPageId @ErrorPageId end |
#RequestId ⇒ Object
915 916 917 |
# File 'lib/v20180529/models.rb', line 915 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
922 923 924 925 |
# File 'lib/v20180529/models.rb', line 922 def deserialize(params) @ErrorPageId = params['ErrorPageId'] @RequestId = params['RequestId'] end |