Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.utils.http.data
/
PeerMetadata
Peer
Metadata
data
class
PeerMetadata
(
val
name
:
String
,
val
description
:
String
,
val
url
:
String
,
val
icons
:
List
<
String
>
)
Members
Constructors
Peer
Metadata
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
url
:
String
,
icons
:
List
<
String
>
)
Properties
description
Link copied to clipboard
@
SerializedName
(
value
=
"description"
)
val
description
:
String
icons
Link copied to clipboard
@
SerializedName
(
value
=
"icons"
)
val
icons
:
List
<
String
>
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
url
Link copied to clipboard
@
SerializedName
(
value
=
"url"
)
val
url
:
String