FacebookTaggedPlace
public struct FacebookTaggedPlace : Codable
Information associating the tagging of a Facebook Page that represents a Place.
-
The unique id.
Declaration
Swift
public let id: String -
The time at which the subject was tagged at this Place.
Declaration
Swift
public let created_time: String? -
The place at which the subject was tagged.
Declaration
Swift
public let place: FacebookTaggedPlaces.FacebookPlace?
View on GitHub
FacebookTaggedPlace Structure Reference