Class: TencentCloud::Mrs::V20200910::PTNMBlock

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

Overview

PTNM分期

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, src = nil, ptnmm = nil, ptnmn = nil, ptnmt = nil) ⇒ PTNMBlock

Returns a new instance of PTNMBlock.



7956
7957
7958
7959
7960
7961
7962
# File 'lib/v20200910/models.rb', line 7956

def initialize(name=nil, src=nil, ptnmm=nil, ptnmn=nil, ptnmt=nil)
  @Name = name
  @Src = src
  @PTNMM = ptnmm
  @PTNMN = ptnmn
  @PTNMT = ptnmt
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • PTNMM:

    PTNM分期

  • PTNMN:

    PTNM分期

  • PTNMT:

    PTNM分期



7954
7955
7956
# File 'lib/v20200910/models.rb', line 7954

def Name
  @Name
end

#PTNMMObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • PTNMM:

    PTNM分期

  • PTNMN:

    PTNM分期

  • PTNMT:

    PTNM分期



7954
7955
7956
# File 'lib/v20200910/models.rb', line 7954

def PTNMM
  @PTNMM
end

#PTNMNObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • PTNMM:

    PTNM分期

  • PTNMN:

    PTNM分期

  • PTNMT:

    PTNM分期



7954
7955
7956
# File 'lib/v20200910/models.rb', line 7954

def PTNMN
  @PTNMN
end

#PTNMTObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • PTNMM:

    PTNM分期

  • PTNMN:

    PTNM分期

  • PTNMT:

    PTNM分期



7954
7955
7956
# File 'lib/v20200910/models.rb', line 7954

def PTNMT
  @PTNMT
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • PTNMM:

    PTNM分期

  • PTNMN:

    PTNM分期

  • PTNMT:

    PTNM分期



7954
7955
7956
# File 'lib/v20200910/models.rb', line 7954

def Src
  @Src
end

Instance Method Details

#deserialize(params) ⇒ Object



7964
7965
7966
7967
7968
7969
7970
# File 'lib/v20200910/models.rb', line 7964

def deserialize(params)
  @Name = params['Name']
  @Src = params['Src']
  @PTNMM = params['PTNMM']
  @PTNMN = params['PTNMN']
  @PTNMT = params['PTNMT']
end