Class EnterpriseTopazSidekickGenericAnswerCard
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickGenericAnswerCard : IDirectResponseSchema
Properties
Answer
The answer.
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 |
Title
Title or header of the card.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |