Class: TencentCloud::Teo::V20220901::ModifyCustomErrorPageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::ModifyCustomErrorPageRequest
- Defined in:
- lib/v20220901/models.rb
Overview
ModifyCustomErrorPage请求参数结构体
Instance Attribute Summary collapse
- #Content ⇒ Object
- #ContentType ⇒ Object
- #Description ⇒ Object
- #Name ⇒ Object
- #PageId ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pageid = nil, zoneid = nil, name = nil, description = nil, contenttype = nil, content = nil) ⇒ ModifyCustomErrorPageRequest
constructor
A new instance of ModifyCustomErrorPageRequest.
Constructor Details
#initialize(pageid = nil, zoneid = nil, name = nil, description = nil, contenttype = nil, content = nil) ⇒ ModifyCustomErrorPageRequest
Returns a new instance of ModifyCustomErrorPageRequest.
15758 15759 15760 15761 15762 15763 15764 15765 |
# File 'lib/v20220901/models.rb', line 15758 def initialize(pageid=nil, zoneid=nil, name=nil, description=nil, contenttype=nil, content=nil) @PageId = pageid @ZoneId = zoneid @Name = name @Description = description @ContentType = contenttype @Content = content end |
Instance Attribute Details
#Content ⇒ Object
15756 15757 15758 |
# File 'lib/v20220901/models.rb', line 15756 def Content @Content end |
#ContentType ⇒ Object
15756 15757 15758 |
# File 'lib/v20220901/models.rb', line 15756 def ContentType @ContentType end |
#Description ⇒ Object
15756 15757 15758 |
# File 'lib/v20220901/models.rb', line 15756 def Description @Description end |
#Name ⇒ Object
15756 15757 15758 |
# File 'lib/v20220901/models.rb', line 15756 def Name @Name end |
#PageId ⇒ Object
15756 15757 15758 |
# File 'lib/v20220901/models.rb', line 15756 def PageId @PageId end |
#ZoneId ⇒ Object
15756 15757 15758 |
# File 'lib/v20220901/models.rb', line 15756 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
15767 15768 15769 15770 15771 15772 15773 15774 |
# File 'lib/v20220901/models.rb', line 15767 def deserialize(params) @PageId = params['PageId'] @ZoneId = params['ZoneId'] @Name = params['Name'] @Description = params['Description'] @ContentType = params['ContentType'] @Content = params['Content'] end |