Class: TencentCloud::Iecp::V20210914::DescribeSecretYamlErrorResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210914/models.rb

Overview

DescribeSecretYamlError返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(checkpass = nil, errtype = nil, errinfo = nil, requestid = nil) ⇒ 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

#CheckPassObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。



3829
3830
3831
# File 'lib/v20210914/models.rb', line 3829

def CheckPass
  @CheckPass
end

#ErrInfoObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。



3829
3830
3831
# File 'lib/v20210914/models.rb', line 3829

def ErrInfo
  @ErrInfo
end

#ErrTypeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。



3829
3830
3831
# File 'lib/v20210914/models.rb', line 3829

def ErrType
  @ErrType
end

#RequestIdObject

注意:此字段可能返回 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