Show / Hide Table of Contents

Class Card

Inheritance
System.Object
Card
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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<CardAction>

DisplayStyle

Declaration
[JsonProperty("displayStyle")]
public virtual string DisplayStyle { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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<Section>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top