Class Content
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Content : IDirectResponseSchema
Properties
Actions
[Optional] Actions for this card.
Declaration
[JsonProperty("actions")]
public virtual IList<Action> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Action> |
Description
[Optional] Description of the card.
Declaration
[JsonProperty("description")]
public virtual SafeHtmlProto Description { get; set; }
Property Value
| Type | Description |
|---|---|
| SafeHtmlProto |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Subtitle
[Optional] Subtitle of the card.
Declaration
[JsonProperty("subtitle")]
public virtual BackgroundColoredText Subtitle { get; set; }
Property Value
| Type | Description |
|---|---|
| BackgroundColoredText |
Title
[Optional] Title of the card.
Declaration
[JsonProperty("title")]
public virtual BackgroundColoredText Title { get; set; }
Property Value
| Type | Description |
|---|---|
| BackgroundColoredText |