Class Answer
An answer to a query.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperKnowledge.v1alpha.Data
Assembly: Google.Apis.DeveloperKnowledge.v1alpha.dll
Syntax
public class Answer : IDirectResponseSchema
Properties
AnswerText
The text of the answer.
Declaration
[JsonProperty("answerText")]
public virtual string AnswerText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |