Class: TencentCloud::Mrs::V20200910::PTNMBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::PTNMBlock
- Defined in:
- lib/v20200910/models.rb
Overview
PTNM分期
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, ptnmm = nil, ptnmn = nil, ptnmt = nil) ⇒ PTNMBlock
constructor
A new instance of PTNMBlock.
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
#Name ⇒ Object
7981 7982 7983 |
# File 'lib/v20200910/models.rb', line 7981 def Name @Name end |
#PTNMM ⇒ Object
7981 7982 7983 |
# File 'lib/v20200910/models.rb', line 7981 def PTNMM @PTNMM end |
#PTNMN ⇒ Object
7981 7982 7983 |
# File 'lib/v20200910/models.rb', line 7981 def PTNMN @PTNMN end |
#PTNMT ⇒ Object
7981 7982 7983 |
# File 'lib/v20200910/models.rb', line 7981 def PTNMT @PTNMT end |
#Src ⇒ Object
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 |