Class PolicyKeyedGroupResponse
A group of responses each identified by a distinct key within an allowed set.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class PolicyKeyedGroupResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Groups
Optional. Groups of responses to questions. Each KeyedGroup.key must be unique within this list.
Declaration
[JsonProperty("groups")]
public virtual IList<KeyedGroup> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<KeyedGroup> |