Inheritance
ContextualAddOnMarkup.Types.Card.Types.CardHeader
Assembly: Google.Apps.Chat.V1.dll
public sealed class ContextualAddOnMarkup.Types.Card.Types.CardHeader : IMessage<ContextualAddOnMarkup.Types.Card.Types.CardHeader>, IEquatable<ContextualAddOnMarkup.Types.Card.Types.CardHeader>, IDeepCloneable<ContextualAddOnMarkup.Types.Card.Types.CardHeader>, IBufferMessage, IMessage
Constructors
Declaration
Declaration
public CardHeader(ContextualAddOnMarkup.Types.Card.Types.CardHeader other)
Parameters
Properties
The image's type (for example, square border or circular border).
Declaration
public ContextualAddOnMarkup.Types.Card.Types.CardHeader.Types.ImageStyle ImageStyle { get; set; }
Property Value
The URL of the image in the card header.
Declaration
public string ImageUrl { get; set; }
Property Value
The subtitle of the card header.
Declaration
public string Subtitle { get; set; }
Property Value
The title must be specified. The header has a fixed height: if both a
title and subtitle is specified, each takes up one line. If only the
title is specified, it takes up both lines.
Declaration
public string Title { get; set; }
Property Value