Class: TencentCloud::Teo::V20220901::FileVerification
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::FileVerification
- Defined in:
- lib/v20220901/models.rb
Overview
站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 HTTP 访问验证文件时所需的信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(path = nil, content = nil) ⇒ FileVerification
constructor
A new instance of FileVerification.
Constructor Details
#initialize(path = nil, content = nil) ⇒ FileVerification
Returns a new instance of FileVerification.
12946 12947 12948 12949 |
# File 'lib/v20220901/models.rb', line 12946 def initialize(path=nil, content=nil) @Path = path @Content = content end |
Instance Attribute Details
#Content ⇒ Object
12944 12945 12946 |
# File 'lib/v20220901/models.rb', line 12944 def Content @Content end |
#Path ⇒ Object
12944 12945 12946 |
# File 'lib/v20220901/models.rb', line 12944 def Path @Path end |
Instance Method Details
#deserialize(params) ⇒ Object
12951 12952 12953 12954 |
# File 'lib/v20220901/models.rb', line 12951 def deserialize(params) @Path = params['Path'] @Content = params['Content'] end |