Class: TencentCloud::Weilingwith::V20230427::DeviceTagInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230427/models.rb

Overview

设备标签信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tagid = nil, tagname = nil) ⇒ DeviceTagInfo

Returns a new instance of DeviceTagInfo.



5130
5131
5132
5133
# File 'lib/v20230427/models.rb', line 5130

def initialize(tagid=nil, tagname=nil)
  @TagId = tagid
  @TagName = tagname
end

Instance Attribute Details

#TagIdObject

Parameters:

  • TagId:

    标签Id

  • TagName:

    标签名字



5128
5129
5130
# File 'lib/v20230427/models.rb', line 5128

def TagId
  @TagId
end

#TagNameObject

Parameters:

  • TagId:

    标签Id

  • TagName:

    标签名字



5128
5129
5130
# File 'lib/v20230427/models.rb', line 5128

def TagName
  @TagName
end

Instance Method Details

#deserialize(params) ⇒ Object



5135
5136
5137
5138
# File 'lib/v20230427/models.rb', line 5135

def deserialize(params)
  @TagId = params['TagId']
  @TagName = params['TagName']
end