Class FlagRevisionList
Wrapper for a list of flag revisions.
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class FlagRevisionList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Revisions
Required. FlagRevisions to be rolled out.
Declaration
[JsonProperty("revisions")]
public virtual IList<string> Revisions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |