Show / Hide Table of Contents

Class PolicyResponse

An individual response to a policy question about an app.

Inheritance
object
PolicyResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX