Class: TencentCloud::Weilingwith::V20230427::MessageProfile
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::MessageProfile
- Defined in:
- lib/v20230427/models.rb
Overview
上报消息概要
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(apptype = nil, modelid = nil, poicode = nil) ⇒ MessageProfile
constructor
A new instance of MessageProfile.
Constructor Details
#initialize(apptype = nil, modelid = nil, poicode = nil) ⇒ MessageProfile
5895 5896 5897 5898 5899 |
# File 'lib/v20230427/models.rb', line 5895 def initialize(apptype=nil, modelid=nil, poicode=nil) @AppType = apptype @ModelId = modelid @PoiCode = poicode end |
Instance Attribute Details
#AppType ⇒ Object
5893 5894 5895 |
# File 'lib/v20230427/models.rb', line 5893 def AppType @AppType end |
#ModelId ⇒ Object
5893 5894 5895 |
# File 'lib/v20230427/models.rb', line 5893 def ModelId @ModelId end |
#PoiCode ⇒ Object
5893 5894 5895 |
# File 'lib/v20230427/models.rb', line 5893 def PoiCode @PoiCode end |
Instance Method Details
#deserialize(params) ⇒ Object
5901 5902 5903 5904 5905 |
# File 'lib/v20230427/models.rb', line 5901 def deserialize(params) @AppType = params['AppType'] @ModelId = params['ModelId'] @PoiCode = params['PoiCode'] end |