Class QuestionAndAnswer
The question and answer for the product.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class QuestionAndAnswer : IDirectResponseSchema
Properties
Answer
Required. The answer text.
Declaration
[JsonProperty("answer")]
public virtual string Answer { 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 |
Question
Required. The question text.
Declaration
[JsonProperty("question")]
public virtual string Question { get; set; }
Property Value
| Type | Description |
|---|---|
| string |