ReleaseChannel

Definition of release channel resource.

YAML representation
name: string
currentVersion: string
pendingVersion: string
Fields
name

string

The unique name of the release channel in the following format. projects/{project}/releaseChannels/{release_channel}.

currentVersion

string

Version currently deployed to this release channel in the following format: projects/{project}/versions/{version}.

pendingVersion

string

Version to be deployed to this release channel in the following format: projects/{project}/versions/{version}.