Class: TencentCloud::Emr::V20190103::DiffHeader
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::DiffHeader
- Defined in:
- lib/v20190103/models.rb
Overview
动态生成的变更详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, id = nil) ⇒ DiffHeader
constructor
A new instance of DiffHeader.
Constructor Details
#initialize(name = nil, id = nil) ⇒ DiffHeader
Returns a new instance of DiffHeader.
6122 6123 6124 6125 |
# File 'lib/v20190103/models.rb', line 6122 def initialize(name=nil, id=nil) @Name = name @Id = id end |
Instance Attribute Details
#Id ⇒ Object
6120 6121 6122 |
# File 'lib/v20190103/models.rb', line 6120 def Id @Id end |
#Name ⇒ Object
6120 6121 6122 |
# File 'lib/v20190103/models.rb', line 6120 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
6127 6128 6129 6130 |
# File 'lib/v20190103/models.rb', line 6127 def deserialize(params) @Name = params['Name'] @Id = params['Id'] end |