Show / Hide Table of Contents

Class Content

Inheritance
object
Content
Implements
IDirectResponseSchema
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX