CarouselMedia

public struct CarouselMedia : Decodable

The struct containing the images or videos of the carousel.

  • The images inside the carousel.

    Declaration

    Swift

    public let images: Images?
  • The videos inside the carousel.

    Declaration

    Swift

    public let videos: Videos?
  • A list of users and their position on the image.

    Declaration

    Swift

    public let usersInPhoto: [UserInPhoto]
  • The type of media. It can be image or video.

    Declaration

    Swift

    public let type: String