Class: TencentCloud::Gaap::V20180529::DeleteDomainErrorPageInfoRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180529/models.rb

Overview

DeleteDomainErrorPageInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ErrorPageIdObject

Parameters:

  • ErrorPageId:

    定制错误响应页的唯一ID,请参考CreateDomainErrorPageInfo的响应



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