Resource: Release
A Release
is a particular collection of configurations and files that is set to be public at a particular time.
JSON representation |
---|
{ "name": string, "version": { object ( |
Fields | |
---|---|
name |
Output only. The unique identifier for the release, in either of the following formats:
releases.create or channels.releases.create .
|
version |
Output only. The configuration and content that was released. |
type |
Explains the reason for the release. Specify a value for this field only when creating a |
releaseTime |
Output only. The time at which the version is set to be public. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
releaseUser |
Output only. Identifies the user who created the release. |
message |
The deploy description when the release was created. The value can be up to 512 characters. |
Methods |
|
---|---|
|
Creates a new release, which makes the content of the specified version actively display on the appropriate URL(s). |
|
Gets the specified release for a site or channel. |
|
Lists the releases that have been created for the specified site or channel. |