Show / Hide Table of Contents

Class AppsDynamiteSharedCardCardHeader

Inheritance
System.Object
AppsDynamiteSharedCardCardHeader
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 AppsDynamiteSharedCardCardHeader : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ImageAltText

The alternative text of this image which is used for accessibility.

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

ImageType

The image's type.

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

ImageUrl

The URL of the image in the card header.

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

Subtitle

The subtitle of the card header.

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

Title

The title of the card header. The title must be specified. The header has a fixed height: if both a title and subtitle are specified, each takes up one line. If only the title is specified, it takes up both lines.

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

Implements

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