Class: TencentCloud::Cpdp::V20190820::SceneInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::SceneInfo
- Defined in:
- lib/v20190820/models.rb
Overview
场景信息
Instance Attribute Summary collapse
-
#LocaleCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RegionCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UserClientIp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(localecode = nil, regioncode = nil, userclientip = nil) ⇒ SceneInfo
constructor
A new instance of SceneInfo.
Constructor Details
#initialize(localecode = nil, regioncode = nil, userclientip = nil) ⇒ SceneInfo
Returns a new instance of SceneInfo.
25501 25502 25503 25504 25505 |
# File 'lib/v20190820/models.rb', line 25501 def initialize(localecode=nil, regioncode=nil, userclientip=nil) @LocaleCode = localecode @RegionCode = regioncode @UserClientIp = userclientip end |
Instance Attribute Details
#LocaleCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
25499 25500 25501 |
# File 'lib/v20190820/models.rb', line 25499 def LocaleCode @LocaleCode end |
#RegionCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
25499 25500 25501 |
# File 'lib/v20190820/models.rb', line 25499 def RegionCode @RegionCode end |
#UserClientIp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
25499 25500 25501 |
# File 'lib/v20190820/models.rb', line 25499 def UserClientIp @UserClientIp end |
Instance Method Details
#deserialize(params) ⇒ Object
25507 25508 25509 25510 25511 |
# File 'lib/v20190820/models.rb', line 25507 def deserialize(params) @LocaleCode = params['LocaleCode'] @RegionCode = params['RegionCode'] @UserClientIp = params['UserClientIp'] end |