GetReleaseResult

data class GetReleaseResult(val message: String, val name: String, val releaseTime: String, val releaseUser: ActingUserResponse, val type: String, val version: VersionResponse)

Constructors

Link copied to clipboard
fun GetReleaseResult(message: String, name: String, releaseTime: String, releaseUser: ActingUserResponse, type: String, version: VersionResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The deploy description when the release was created. The value can be up to 512 characters.

Link copied to clipboard

The unique identifier for the release, in either of the following formats: - sites/SITE_ID/releases/RELEASE_ID - sites/SITE_ID/channels/CHANNEL_ID/releases/RELEASE_ID This name is provided in the response body when you call sites.releases/create or sites.channels.releases/create.

Link copied to clipboard

The time at which the version is set to be public.

Link copied to clipboard

Identifies the user who created the release.

Link copied to clipboard

Explains the reason for the release. Specify a value for this field only when creating a SITE_DISABLE type release.

Link copied to clipboard

The configuration and content that was released.