AppThemeResponse

public struct AppThemeResponse : Codable

A root object that stores information about a collection of app themes.

Properties

  • The data included in the repsonse for an app theme object request.

    Declaration

    Swift

    public let data: [AppTheme]