PCPOILocationBasedApp

public class PCPOILocationBasedApp : APIModel

Undocumented

  • Type

    See more

    Declaration

    Swift

    public enum PCPOIType : String, Codable, Equatable, CaseIterable
  • Undocumented

    Declaration

    Swift

    public var attributes: Attributes?
  • id

    Location-based app ID

    Declaration

    Swift

    public var id: ID?
  • Type

    Declaration

    Swift

    public var type: PCPOIType?
  • Undocumented

    See more

    Declaration

    Swift

    public class Attributes : APIModel
  • Undocumented

    Declaration

    Swift

    public init(attributes: Attributes? = nil, id: ID? = nil, type: PCPOIType? = nil)
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Undocumented

    Declaration

    Swift

    public func isEqual(to object: Any?) -> Bool
  • Declaration

    Swift

    public static func == (lhs: PCPOILocationBasedApp, rhs: PCPOILocationBasedApp) -> Bool