Class: TencentCloud::Ic::V20190307::AppInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ic::V20190307::AppInfo
- Defined in:
- lib/v20190307/models.rb
Overview
物联网卡应用信息详情
Instance Attribute Summary collapse
-
#Appkey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#BizType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CloudAppid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CreatedTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Description ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Sdkappid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Uin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, appkey = nil, cloudappid = nil, name = nil, description = nil, createdtime = nil, biztype = nil, uin = nil) ⇒ AppInfo
constructor
A new instance of AppInfo.
Constructor Details
#initialize(sdkappid = nil, appkey = nil, cloudappid = nil, name = nil, description = nil, createdtime = nil, biztype = nil, uin = nil) ⇒ AppInfo
Returns a new instance of AppInfo.
42 43 44 45 46 47 48 49 50 51 |
# File 'lib/v20190307/models.rb', line 42 def initialize(sdkappid=nil, appkey=nil, cloudappid=nil, name=nil, description=nil, createdtime=nil, biztype=nil, uin=nil) @Sdkappid = sdkappid @Appkey = appkey @CloudAppid = cloudappid @Name = name @Description = description @CreatedTime = createdtime @BizType = biztype @Uin = uin end |
Instance Attribute Details
#Appkey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
40 41 42 |
# File 'lib/v20190307/models.rb', line 40 def Appkey @Appkey end |
#BizType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
40 41 42 |
# File 'lib/v20190307/models.rb', line 40 def BizType @BizType end |
#CloudAppid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
40 41 42 |
# File 'lib/v20190307/models.rb', line 40 def CloudAppid @CloudAppid end |
#CreatedTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
40 41 42 |
# File 'lib/v20190307/models.rb', line 40 def CreatedTime @CreatedTime end |
#Description ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
40 41 42 |
# File 'lib/v20190307/models.rb', line 40 def Description @Description end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
40 41 42 |
# File 'lib/v20190307/models.rb', line 40 def Name @Name end |
#Sdkappid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
40 41 42 |
# File 'lib/v20190307/models.rb', line 40 def Sdkappid @Sdkappid end |
#Uin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
40 41 42 |
# File 'lib/v20190307/models.rb', line 40 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
53 54 55 56 57 58 59 60 61 62 |
# File 'lib/v20190307/models.rb', line 53 def deserialize(params) @Sdkappid = params['Sdkappid'] @Appkey = params['Appkey'] @CloudAppid = params['CloudAppid'] @Name = params['Name'] @Description = params['Description'] @CreatedTime = params['CreatedTime'] @BizType = params['BizType'] @Uin = params['Uin'] end |