Show / Hide Table of Contents

Class GoogleChatV1ContextualAddOnMarkupCardCardHeader

Inheritance
object
GoogleChatV1ContextualAddOnMarkupCardCardHeader
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 GoogleChatV1ContextualAddOnMarkupCardCardHeader : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageStyle

The image's type (e.g. square border or circular border).

Declaration
[JsonProperty("imageStyle")]
public virtual string ImageStyle { get; set; }
Property Value
Type Description
string

ImageUrl

The URL of the image in the card header.

Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
Type Description
string

Subtitle

The subtitle of the card header.

Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Type Description
string

Title

The title must be specified. The header has a fixed height: if both a title and subtitle is specified, each will take up 1 line. If only the title is specified, it will take up both lines.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX