Class: TencentCloud::Cfw::V20190904::ModifyAddressTemplateRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::ModifyAddressTemplateRequest
- Defined in:
- lib/v20190904/models.rb
Overview
ModifyAddressTemplate请求参数结构体
Instance Attribute Summary collapse
-
#Detail ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com.
-
#IpString ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com.
-
#Name ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com.
-
#ProtocolType ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com.
-
#Type ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com.
-
#Uuid ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uuid = nil, name = nil, detail = nil, ipstring = nil, type = nil, protocoltype = nil) ⇒ ModifyAddressTemplateRequest
constructor
A new instance of ModifyAddressTemplateRequest.
Constructor Details
#initialize(uuid = nil, name = nil, detail = nil, ipstring = nil, type = nil, protocoltype = nil) ⇒ ModifyAddressTemplateRequest
Returns a new instance of ModifyAddressTemplateRequest.
6246 6247 6248 6249 6250 6251 6252 6253 |
# File 'lib/v20190904/models.rb', line 6246 def initialize(uuid=nil, name=nil, detail=nil, ipstring=nil, type=nil, protocoltype=nil) @Uuid = uuid @Name = name @Detail = detail @IpString = ipstring @Type = type @ProtocolType = protocoltype end |
Instance Attribute Details
#Detail ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com
6244 6245 6246 |
# File 'lib/v20190904/models.rb', line 6244 def Detail @Detail end |
#IpString ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com
6244 6245 6246 |
# File 'lib/v20190904/models.rb', line 6244 def IpString @IpString end |
#Name ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com
6244 6245 6246 |
# File 'lib/v20190904/models.rb', line 6244 def Name @Name end |
#ProtocolType ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com
6244 6245 6246 |
# File 'lib/v20190904/models.rb', line 6244 def ProtocolType @ProtocolType end |
#Type ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com
6244 6245 6246 |
# File 'lib/v20190904/models.rb', line 6244 def Type @Type end |
#Uuid ⇒ Object
Type为5,域名模板eg:www.qq.com,www.tencent.com
6244 6245 6246 |
# File 'lib/v20190904/models.rb', line 6244 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
6255 6256 6257 6258 6259 6260 6261 6262 |
# File 'lib/v20190904/models.rb', line 6255 def deserialize(params) @Uuid = params['Uuid'] @Name = params['Name'] @Detail = params['Detail'] @IpString = params['IpString'] @Type = params['Type'] @ProtocolType = params['ProtocolType'] end |