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