Show / Hide Table of Contents

Class GoogleAppsCardV1Column

A column. Google Workspace add-ons and Chat apps

Inheritance
object
GoogleAppsCardV1Column
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.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1Column : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HorizontalAlignment

Specifies whether widgets align to the left, right, or center of a column.

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

HorizontalSizeStyle

Specifies how a column fills the width of the card.

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

VerticalAlignment

Specifies whether widgets align to the top, bottom, or center of a column.

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

Widgets

An array of widgets included in a column. Widgets appear in the order that they are specified.

Declaration
[JsonProperty("widgets")]
public virtual IList<GoogleAppsCardV1Widgets> Widgets { get; set; }
Property Value
Type Description
IList<GoogleAppsCardV1Widgets>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX