Class: TencentCloud::Ssl::V20191205::RootCertificates
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::RootCertificates
- Defined in:
- lib/v20191205/models.rb
Overview
根证书
Instance Attribute Summary collapse
-
#Encrypt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Sign ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Standard ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sign = nil, encrypt = nil, standard = nil) ⇒ RootCertificates
constructor
A new instance of RootCertificates.
Constructor Details
#initialize(sign = nil, encrypt = nil, standard = nil) ⇒ RootCertificates
Returns a new instance of RootCertificates.
6943 6944 6945 6946 6947 |
# File 'lib/v20191205/models.rb', line 6943 def initialize(sign=nil, encrypt=nil, standard=nil) @Sign = sign @Encrypt = encrypt @Standard = standard end |
Instance Attribute Details
#Encrypt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6941 6942 6943 |
# File 'lib/v20191205/models.rb', line 6941 def Encrypt @Encrypt end |
#Sign ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6941 6942 6943 |
# File 'lib/v20191205/models.rb', line 6941 def Sign @Sign end |
#Standard ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6941 6942 6943 |
# File 'lib/v20191205/models.rb', line 6941 def Standard @Standard end |
Instance Method Details
#deserialize(params) ⇒ Object
6949 6950 6951 6952 6953 |
# File 'lib/v20191205/models.rb', line 6949 def deserialize(params) @Sign = params['Sign'] @Encrypt = params['Encrypt'] @Standard = params['Standard'] end |