Class PolicyResponse
An individual response to a policy question about an app.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class PolicyResponse : IDirectResponseSchema
Properties
BooleanResponse
Optional. A boolean response.
Declaration
[JsonProperty("booleanResponse")]
public virtual PolicyBooleanResponse BooleanResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| PolicyBooleanResponse |
DocumentResponse
Optional. A document response.
Declaration
[JsonProperty("documentResponse")]
public virtual PolicyDocumentResponse DocumentResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| PolicyDocumentResponse |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupResponse
Optional. A group response.
Declaration
[JsonProperty("groupResponse")]
public virtual PolicyGroupResponse GroupResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| PolicyGroupResponse |
KeyedGroupResponse
Optional. A keyed group response.
Declaration
[JsonProperty("keyedGroupResponse")]
public virtual PolicyKeyedGroupResponse KeyedGroupResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| PolicyKeyedGroupResponse |
MultipleChoiceResponse
Optional. A multiple choice response.
Declaration
[JsonProperty("multipleChoiceResponse")]
public virtual PolicyMultipleChoiceResponse MultipleChoiceResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| PolicyMultipleChoiceResponse |
QuestionId
Required. ID of the question being answered.
Declaration
[JsonProperty("questionId")]
public virtual string QuestionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SingleChoiceResponse
Optional. A single choice response.
Declaration
[JsonProperty("singleChoiceResponse")]
public virtual PolicySingleChoiceResponse SingleChoiceResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| PolicySingleChoiceResponse |
StringResponse
Optional. A string response.
Declaration
[JsonProperty("stringResponse")]
public virtual PolicyStringResponse StringResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| PolicyStringResponse |