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.



7983
7984
7985
7986
7987
7988
7989
# File 'lib/v20200910/models.rb', line 7983

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分期



7981
7982
7983
# File 'lib/v20200910/models.rb', line 7981

def Name
  @Name
end

#PTNMMObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • PTNMM:

    PTNM分期

  • PTNMN:

    PTNM分期

  • PTNMT:

    PTNM分期



7981
7982
7983
# File 'lib/v20200910/models.rb', line 7981

def PTNMM
  @PTNMM
end

#PTNMNObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • PTNMM:

    PTNM分期

  • PTNMN:

    PTNM分期

  • PTNMT:

    PTNM分期



7981
7982
7983
# File 'lib/v20200910/models.rb', line 7981

def PTNMN
  @PTNMN
end

#PTNMTObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • PTNMM:

    PTNM分期

  • PTNMN:

    PTNM分期

  • PTNMT:

    PTNM分期



7981
7982
7983
# File 'lib/v20200910/models.rb', line 7981

def PTNMT
  @PTNMT
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • PTNMM:

    PTNM分期

  • PTNMN:

    PTNM分期

  • PTNMT:

    PTNM分期



7981
7982
7983
# File 'lib/v20200910/models.rb', line 7981

def Src
  @Src
end

Instance Method Details

#deserialize(params) ⇒ Object



7991
7992
7993
7994
7995
7996
7997
# File 'lib/v20200910/models.rb', line 7991

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