Class: TencentCloud::Teo::V20220901::CreateCustomizeErrorPageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::CreateCustomizeErrorPageRequest
- Defined in:
- lib/v20220901/models.rb
Overview
CreateCustomizeErrorPage请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zoneid = nil, name = nil, contenttype = nil, description = nil, content = nil) ⇒ CreateCustomizeErrorPageRequest
constructor
A new instance of CreateCustomizeErrorPageRequest.
Constructor Details
#initialize(zoneid = nil, name = nil, contenttype = nil, description = nil, content = nil) ⇒ CreateCustomizeErrorPageRequest
Returns a new instance of CreateCustomizeErrorPageRequest.
4036 4037 4038 4039 4040 4041 4042 |
# File 'lib/v20220901/models.rb', line 4036 def initialize(zoneid=nil, name=nil, contenttype=nil, description=nil, content=nil) @ZoneId = zoneid @Name = name @ContentType = contenttype @Description = description @Content = content end |
Instance Attribute Details
#Content ⇒ Object
4034 4035 4036 |
# File 'lib/v20220901/models.rb', line 4034 def Content @Content end |
#ContentType ⇒ Object
4034 4035 4036 |
# File 'lib/v20220901/models.rb', line 4034 def ContentType @ContentType end |
#Description ⇒ Object
4034 4035 4036 |
# File 'lib/v20220901/models.rb', line 4034 def Description @Description end |
#Name ⇒ Object
4034 4035 4036 |
# File 'lib/v20220901/models.rb', line 4034 def Name @Name end |
#ZoneId ⇒ Object
4034 4035 4036 |
# File 'lib/v20220901/models.rb', line 4034 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
4044 4045 4046 4047 4048 4049 4050 |
# File 'lib/v20220901/models.rb', line 4044 def deserialize(params) @ZoneId = params['ZoneId'] @Name = params['Name'] @ContentType = params['ContentType'] @Description = params['Description'] @Content = params['Content'] end |