Class: TencentCloud::Afc::V20200226::TransportGeneralInterfaceOutput

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

Overview

天御信鸽取数平台接口出参

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(code = nil, message = nil, notarizationdata = nil) ⇒ TransportGeneralInterfaceOutput

Returns a new instance of TransportGeneralInterfaceOutput.



589
590
591
592
593
# File 'lib/v20200226/models.rb', line 589

def initialize(code=nil, message=nil, notarizationdata=nil)
  @Code = code
  @Message = message
  @NotarizationData = notarizationdata
end

Instance Attribute Details

#CodeObject

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

Parameters:

  • Code:

    错误码

  • Message:

    回包信息

  • NotarizationData:

    公证处业务回包



587
588
589
# File 'lib/v20200226/models.rb', line 587

def Code
  @Code
end

#MessageObject

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

Parameters:

  • Code:

    错误码

  • Message:

    回包信息

  • NotarizationData:

    公证处业务回包



587
588
589
# File 'lib/v20200226/models.rb', line 587

def Message
  @Message
end

#NotarizationDataObject

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

Parameters:

  • Code:

    错误码

  • Message:

    回包信息

  • NotarizationData:

    公证处业务回包



587
588
589
# File 'lib/v20200226/models.rb', line 587

def NotarizationData
  @NotarizationData
end

Instance Method Details

#deserialize(params) ⇒ Object



595
596
597
598
599
# File 'lib/v20200226/models.rb', line 595

def deserialize(params)
  @Code = params['Code']
  @Message = params['Message']
  @NotarizationData = params['NotarizationData']
end