Class: TencentCloud::Gse::V20191112::PlayerLatency
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::PlayerLatency
- Defined in:
- lib/v20191112/models.rb
Overview
玩家延迟信息
Instance Attribute Summary collapse
-
#LatencyInMilliseconds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#PlayerId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RegionIdentifier ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(playerid = nil, regionidentifier = nil, latencyinmilliseconds = nil) ⇒ PlayerLatency
constructor
A new instance of PlayerLatency.
Constructor Details
#initialize(playerid = nil, regionidentifier = nil, latencyinmilliseconds = nil) ⇒ PlayerLatency
Returns a new instance of PlayerLatency.
4469 4470 4471 4472 4473 |
# File 'lib/v20191112/models.rb', line 4469 def initialize(playerid=nil, regionidentifier=nil, =nil) @PlayerId = playerid @RegionIdentifier = regionidentifier @LatencyInMilliseconds = end |
Instance Attribute Details
#LatencyInMilliseconds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4467 4468 4469 |
# File 'lib/v20191112/models.rb', line 4467 def LatencyInMilliseconds @LatencyInMilliseconds end |
#PlayerId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4467 4468 4469 |
# File 'lib/v20191112/models.rb', line 4467 def PlayerId @PlayerId end |
#RegionIdentifier ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4467 4468 4469 |
# File 'lib/v20191112/models.rb', line 4467 def RegionIdentifier @RegionIdentifier end |
Instance Method Details
#deserialize(params) ⇒ Object
4475 4476 4477 4478 4479 |
# File 'lib/v20191112/models.rb', line 4475 def deserialize(params) @PlayerId = params['PlayerId'] @RegionIdentifier = params['RegionIdentifier'] @LatencyInMilliseconds = params['LatencyInMilliseconds'] end |