Class ThirdPartyGenericCard
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ThirdPartyGenericCard : IDirectResponseSchema
Properties
CardId
Unique identifier for the card.
Declaration
[JsonProperty("cardId")]
public virtual string CardId { get; set; }
Property Value
Type | Description |
---|---|
string |
Category
Category that the card belongs to.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
Content
[Required] Card content.
Declaration
[JsonProperty("content")]
public virtual Content Content { get; set; }
Property Value
Type | Description |
---|---|
Content |
Context
[Required] Context where the card should be triggered.
Declaration
[JsonProperty("context")]
public virtual Context Context { get; set; }
Property Value
Type | Description |
---|---|
Context |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsDismissible
Whether the card can be dismissed.
Declaration
[JsonProperty("isDismissible")]
public virtual bool? IsDismissible { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Priority
Priority of the card, where 0 is the highest priority.
Declaration
[JsonProperty("priority")]
public virtual int? Priority { get; set; }
Property Value
Type | Description |
---|---|
int? |