Class: TencentCloud::Ssl::V20191205::SCFInstanceDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::SCFInstanceDetail
- Defined in:
- lib/v20191205/models.rb
Overview
SCF实例详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(certificateid = nil, protocol = nil, domain = nil, region = nil) ⇒ SCFInstanceDetail
constructor
A new instance of SCFInstanceDetail.
Constructor Details
#initialize(certificateid = nil, protocol = nil, domain = nil, region = nil) ⇒ SCFInstanceDetail
Returns a new instance of SCFInstanceDetail.
6969 6970 6971 6972 6973 6974 |
# File 'lib/v20191205/models.rb', line 6969 def initialize(certificateid=nil, protocol=nil, domain=nil, region=nil) @CertificateId = certificateid @Protocol = protocol @Domain = domain @Region = region end |
Instance Attribute Details
#CertificateId ⇒ Object
6967 6968 6969 |
# File 'lib/v20191205/models.rb', line 6967 def CertificateId @CertificateId end |
#Domain ⇒ Object
6967 6968 6969 |
# File 'lib/v20191205/models.rb', line 6967 def Domain @Domain end |
#Protocol ⇒ Object
6967 6968 6969 |
# File 'lib/v20191205/models.rb', line 6967 def Protocol @Protocol end |
#Region ⇒ Object
6967 6968 6969 |
# File 'lib/v20191205/models.rb', line 6967 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
6976 6977 6978 6979 6980 6981 |
# File 'lib/v20191205/models.rb', line 6976 def deserialize(params) @CertificateId = params['CertificateId'] @Protocol = params['Protocol'] @Domain = params['Domain'] @Region = params['Region'] end |