Class: TencentCloud::Weilingwith::V20230427::DeviceSpaceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DeviceSpaceInfo
- Defined in:
- lib/v20230427/models.rb
Overview
设备位置信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, level = nil, code = nil) ⇒ DeviceSpaceInfo
constructor
A new instance of DeviceSpaceInfo.
Constructor Details
#initialize(id = nil, name = nil, level = nil, code = nil) ⇒ DeviceSpaceInfo
Returns a new instance of DeviceSpaceInfo.
4941 4942 4943 4944 4945 4946 |
# File 'lib/v20230427/models.rb', line 4941 def initialize(id=nil, name=nil, level=nil, code=nil) @Id = id @Name = name @Level = level @Code = code end |
Instance Attribute Details
#Code ⇒ Object
4939 4940 4941 |
# File 'lib/v20230427/models.rb', line 4939 def Code @Code end |
#Id ⇒ Object
4939 4940 4941 |
# File 'lib/v20230427/models.rb', line 4939 def Id @Id end |
#Level ⇒ Object
4939 4940 4941 |
# File 'lib/v20230427/models.rb', line 4939 def Level @Level end |
#Name ⇒ Object
4939 4940 4941 |
# File 'lib/v20230427/models.rb', line 4939 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
4948 4949 4950 4951 4952 4953 |
# File 'lib/v20230427/models.rb', line 4948 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Level = params['Level'] @Code = params['Code'] end |