Class: TencentCloud::Cpdp::V20190820::SceneInfo

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

Overview

场景信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#LocaleCodeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LocaleCode:

    语言代码

  • RegionCode:

    地区代码

  • UserClientIp:

    用户IP



25499
25500
25501
# File 'lib/v20190820/models.rb', line 25499

def LocaleCode
  @LocaleCode
end

#RegionCodeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LocaleCode:

    语言代码

  • RegionCode:

    地区代码

  • UserClientIp:

    用户IP



25499
25500
25501
# File 'lib/v20190820/models.rb', line 25499

def RegionCode
  @RegionCode
end

#UserClientIpObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LocaleCode:

    语言代码

  • RegionCode:

    地区代码

  • UserClientIp:

    用户IP



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