VersionsModel
Returns versions list. The version is a set of images for deployment. images are managed via the UI in the deployment settings. get request
type VersionsModel {
id: Int
channel: String
name: String
build: Int
title: String
description: String
isAvailable: Boolean
images: JSON
updatedAt: String
createdAt: String
}