Status200

public class Status200 : APIModel

Returns a paginated list of sources optionally filtered by poi type and/or name

  • Undocumented

    Declaration

    Swift

    public var data: PCPOISources?
  • Undocumented

    Declaration

    Swift

    public init(data: PCPOISources? = 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