open class Media : Serializable
Represents social media links of the POI.
Media()
Represents social media links of the POI. |
open fun getName(): Optional<String!>!
Returns the name of the social media. |
|
open fun getUrl(): Optional<String!>!
Returns the link to the social media. |
|
open fun toString(): String |