Class: TencentCloud::Iecp::V20210914::DescribeSecretYamlErrorResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeSecretYamlErrorResponse
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeSecretYamlError返回参数结构体
Instance Attribute Summary collapse
-
#CheckPass ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ErrInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ErrType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(checkpass = nil, errtype = nil, errinfo = nil, requestid = nil) ⇒ DescribeSecretYamlErrorResponse
constructor
A new instance of DescribeSecretYamlErrorResponse.
Constructor Details
#initialize(checkpass = nil, errtype = nil, errinfo = nil, requestid = nil) ⇒ DescribeSecretYamlErrorResponse
Returns a new instance of DescribeSecretYamlErrorResponse.
3831 3832 3833 3834 3835 3836 |
# File 'lib/v20210914/models.rb', line 3831 def initialize(checkpass=nil, errtype=nil, errinfo=nil, requestid=nil) @CheckPass = checkpass @ErrType = errtype @ErrInfo = errinfo @RequestId = requestid end |
Instance Attribute Details
#CheckPass ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3829 3830 3831 |
# File 'lib/v20210914/models.rb', line 3829 def CheckPass @CheckPass end |
#ErrInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3829 3830 3831 |
# File 'lib/v20210914/models.rb', line 3829 def ErrInfo @ErrInfo end |
#ErrType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3829 3830 3831 |
# File 'lib/v20210914/models.rb', line 3829 def ErrType @ErrType end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3829 3830 3831 |
# File 'lib/v20210914/models.rb', line 3829 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3838 3839 3840 3841 3842 3843 |
# File 'lib/v20210914/models.rb', line 3838 def deserialize(params) @CheckPass = params['CheckPass'] @ErrType = params['ErrType'] @ErrInfo = params['ErrInfo'] @RequestId = params['RequestId'] end |