Class Card
Inheritance
object
Card
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Card : IDirectResponseSchema
Properties
CardActions
Declaration
[JsonProperty("cardActions")]
public virtual IList<CardAction> CardActions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><CardAction> |
DisplayStyle
Declaration
[JsonProperty("displayStyle")]
public virtual string DisplayStyle { 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 |
FixedFooter
Declaration
[JsonProperty("fixedFooter")]
public virtual FixedFooter FixedFooter { get; set; }
Property Value
| Type | Description |
|---|---|
| FixedFooter |
Header
Declaration
[JsonProperty("header")]
public virtual CardHeader Header { get; set; }
Property Value
| Type | Description |
|---|---|
| CardHeader |
Name
Name of the card used in CardNavigation.pop_to_card_name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PeekCardHeader
When displaying contextual content, the peek card header acts as a placeholder so that the user can navigate forward between the homepage cards and the contextual cards.
Declaration
[JsonProperty("peekCardHeader")]
public virtual CardHeader PeekCardHeader { get; set; }
Property Value
| Type | Description |
|---|---|
| CardHeader |
Sections
Declaration
[JsonProperty("sections")]
public virtual IList<Section> Sections { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><Section> |