Class: TencentCloud::Cdn::V20180606::ClientInfo

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

Overview

客户端信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(provname = nil, country = nil, ispname = nil, ip = nil) ⇒ ClientInfo

Returns a new instance of ClientInfo.



2595
2596
2597
2598
2599
2600
# File 'lib/v20180606/models.rb', line 2595

def initialize(provname=nil, country=nil, ispname=nil, ip=nil)
  @ProvName = provname
  @Country = country
  @IspName = ispname
  @Ip = ip
end

Instance Attribute Details

#CountryObject

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

Parameters:

  • ProvName:

    省份。

  • Country:

    国家。

  • IspName:

    运营商。

  • Ip:

    客户端IP



2593
2594
2595
# File 'lib/v20180606/models.rb', line 2593

def Country
  @Country
end

#IpObject

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

Parameters:

  • ProvName:

    省份。

  • Country:

    国家。

  • IspName:

    运营商。

  • Ip:

    客户端IP



2593
2594
2595
# File 'lib/v20180606/models.rb', line 2593

def Ip
  @Ip
end

#IspNameObject

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

Parameters:

  • ProvName:

    省份。

  • Country:

    国家。

  • IspName:

    运营商。

  • Ip:

    客户端IP



2593
2594
2595
# File 'lib/v20180606/models.rb', line 2593

def IspName
  @IspName
end

#ProvNameObject

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

Parameters:

  • ProvName:

    省份。

  • Country:

    国家。

  • IspName:

    运营商。

  • Ip:

    客户端IP



2593
2594
2595
# File 'lib/v20180606/models.rb', line 2593

def ProvName
  @ProvName
end

Instance Method Details

#deserialize(params) ⇒ Object



2602
2603
2604
2605
2606
2607
# File 'lib/v20180606/models.rb', line 2602

def deserialize(params)
  @ProvName = params['ProvName']
  @Country = params['Country']
  @IspName = params['IspName']
  @Ip = params['Ip']
end