Show / Hide Table of Contents

Class ContextualAddOnMarkup.Types.Card.Types.CardHeader

Inheritance
object
ContextualAddOnMarkup.Types.Card.Types.CardHeader
Implements
IMessage<ContextualAddOnMarkup.Types.Card.Types.CardHeader>
IEquatable<ContextualAddOnMarkup.Types.Card.Types.CardHeader>
IDeepCloneable<ContextualAddOnMarkup.Types.Card.Types.CardHeader>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
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

CardHeader()

Declaration
public CardHeader()

CardHeader(CardHeader)

Declaration
public CardHeader(ContextualAddOnMarkup.Types.Card.Types.CardHeader other)
Parameters
Type Name Description
ContextualAddOnMarkup.Types.Card.Types.CardHeader other

Properties

ImageStyle

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
Type Description
ContextualAddOnMarkup.Types.Card.Types.CardHeader.Types.ImageStyle

ImageUrl

The URL of the image in the card header.

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

Subtitle

The subtitle of the card header.

Declaration
public 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 takes up one line. If only the title is specified, it takes up both lines.

Declaration
public string Title { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX