Class ReleaseRequirements
Set of requirements to be fulfilled on the Unit when using this Release.
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class ReleaseRequirements : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpgradeableFromReleases
Optional. A list of releases from which a unit can be upgraded to this one (optional). If left empty no constraints will be applied. When provided, unit upgrade requests to this release will check and enforce this constraint.
Declaration
[JsonProperty("upgradeableFromReleases")]
public virtual IList<string> UpgradeableFromReleases { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |