Class: TencentCloud::Sslpod::V20190605::CertInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sslpod::V20190605::CertInfo
- Defined in:
- lib/v20190605/models.rb
Overview
证书信息
Instance Attribute Summary collapse
-
#BeginTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Brand ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CertType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CN ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Days ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#EndTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Hash ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Issuer ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#KeyAlgo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SANs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TrustStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hash = nil, cn = nil, sans = nil, keyalgo = nil, issuer = nil, begintime = nil, endtime = nil, days = nil, brand = nil, truststatus = nil, certtype = nil) ⇒ CertInfo
constructor
A new instance of CertInfo.
Constructor Details
#initialize(hash = nil, cn = nil, sans = nil, keyalgo = nil, issuer = nil, begintime = nil, endtime = nil, days = nil, brand = nil, truststatus = nil, certtype = nil) ⇒ CertInfo
Returns a new instance of CertInfo.
48 49 50 51 52 53 54 55 56 57 58 59 60 |
# File 'lib/v20190605/models.rb', line 48 def initialize(hash=nil, cn=nil, sans=nil, keyalgo=nil, issuer=nil, begintime=nil, endtime=nil, days=nil, brand=nil, truststatus=nil, certtype=nil) @Hash = hash @CN = cn @SANs = sans @KeyAlgo = keyalgo @Issuer = issuer @BeginTime = begintime @EndTime = endtime @Days = days @Brand = brand @TrustStatus = truststatus @CertType = certtype end |
Instance Attribute Details
#BeginTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def BeginTime @BeginTime end |
#Brand ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def Brand @Brand end |
#CertType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def CertType @CertType end |
#CN ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def CN @CN end |
#Days ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def Days @Days end |
#EndTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def EndTime @EndTime end |
#Hash ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def Hash @Hash end |
#Issuer ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def Issuer @Issuer end |
#KeyAlgo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def KeyAlgo @KeyAlgo end |
#SANs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def SANs @SANs end |
#TrustStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
46 47 48 |
# File 'lib/v20190605/models.rb', line 46 def TrustStatus @TrustStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
62 63 64 65 66 67 68 69 70 71 72 73 74 |
# File 'lib/v20190605/models.rb', line 62 def deserialize(params) @Hash = params['Hash'] @CN = params['CN'] @SANs = params['SANs'] @KeyAlgo = params['KeyAlgo'] @Issuer = params['Issuer'] @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @Days = params['Days'] @Brand = params['Brand'] @TrustStatus = params['TrustStatus'] @CertType = params['CertType'] end |