Structures

The following structures are available globally.

  • API

    Undocumented

    See more

    Declaration

    Swift

    public struct API
  • A file upload

    See more

    Declaration

    Swift

    public struct UploadFile : Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public struct APIResponse<T> where T : APIResponseValue
    extension APIResponse: CustomStringConvertible, CustomDebugStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct APIService<ResponseType> where ResponseType : APIResponseValue
    extension APIService: CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct SecurityRequirement
  • Undocumented

    See more

    Declaration

    Swift

    public struct AnyCodable
    extension AnyCodable: Codable
    extension AnyCodable: Equatable
    extension AnyCodable: CustomStringConvertible
    extension AnyCodable: CustomDebugStringConvertible
    extension AnyCodable: ExpressibleByNilLiteral, ExpressibleByBooleanLiteral, ExpressibleByIntegerLiteral, ExpressibleByFloatLiteral, ExpressibleByStringLiteral, ExpressibleByArrayLiteral, ExpressibleByDictionaryLiteral
  • Undocumented

    See more

    Declaration

    Swift

    public struct DateDay : Codable, Comparable
  • POI API

    Authentication