Show / Hide Table of Contents

Class ListAnswersResponse

Response message for QuestionsAndAnswers.ListAnswers

Inheritance
object
ListAnswersResponse
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.MyBusinessQA.v1.Data
Assembly: Google.Apis.MyBusinessQA.v1.dll
Syntax
public class ListAnswersResponse : IDirectResponseSchema

Properties

Answers

The requested answers.

Declaration
[JsonProperty("answers")]
public virtual IList<Answer> Answers { get; set; }
Property Value
Type Description
IList<Answer>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

If the number of answers exceeds the requested max page size, this field is populated with a token to fetch the next page of answers on a subsequent call. If there are no more answers, this field is not present in the response.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

TotalSize

The total number of answers posted for this question across all pages.

Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX