Status200

public class Status200 : APIModel

Returns App with specified id. In case the query returns a 404 (Not Found) the app was deleted and should be deleted from any caches.

  • Undocumented

    Declaration

    Swift

    public var data: PCPOILocationBasedApp?
  • Undocumented

    Declaration

    Swift

    public init(data: PCPOILocationBasedApp? = 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: Status200, rhs: Status200) -> Bool