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.
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
#Name ⇒ Object
7954 7955 7956 |
# File 'lib/v20200910/models.rb', line 7954 def Name @Name end |
#PTNMM ⇒ Object
7954 7955 7956 |
# File 'lib/v20200910/models.rb', line 7954 def PTNMM @PTNMM end |
#PTNMN ⇒ Object
7954 7955 7956 |
# File 'lib/v20200910/models.rb', line 7954 def PTNMN @PTNMN end |
#PTNMT ⇒ Object
7954 7955 7956 |
# File 'lib/v20200910/models.rb', line 7954 def PTNMT @PTNMT end |
#Src ⇒ Object
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 |