Show / Hide Table of Contents

Class NestedPolicyResponse

An individual nested response to a policy question about an app. Nested responses are like regular responses but without groups.

Inheritance
object
NestedPolicyResponse
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 NestedPolicyResponse : 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

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