Structs

The following structs are available globally.

  • A Locale represents possible translations for Entry Fields

    See more

    Declaration

    Swift

    public struct Locale: ImmutableMappable
  • The available URL parameter names for queries; used internally by the various Contentful.Query types. Use these static variables to avoid making typos when constructing queries. It is recommended to take advantage of Client fetch methods that take Query types instead of constructing query dictionaries on your own.

    Declaration

    Swift

    public struct QueryParameter
  • A small structure to create parametes used for ordering the responses when querying and endpoint that returns a colleciton of resources. See: ChainableQuery(orderedUsing orderParameters: OrderParameter...)

    See more

    Declaration

    Swift

    public struct OrderParameter