28 lines
470 B
Markdown
28 lines
470 B
Markdown
---
|
|
title: topPeer
|
|
description: topPeer attributes, type and example
|
|
---
|
|
## Constructor: topPeer
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|peer|[Peer](../types/Peer.md) | Required|
|
|
|rating|[double](../types/double.md) | Required|
|
|
|
|
|
|
|
|
### Type: [TopPeer](../types/TopPeer.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$topPeer = ['_' => 'topPeer', 'peer' => Peer, 'rating' => double, ];
|
|
```
|
|
|