google_api_chat v0.2.0 GoogleApi.Chat.V1.Model.CardHeader View Source

Attributes

  • imageStyle (String.t): The image's type (e.g. square border or circular border). Defaults to: null.

    • Enum - one of [IMAGE_STYLE_UNSPECIFIED, IMAGE, AVATAR]
  • imageUrl (String.t): The URL of the image in the card header. Defaults to: null.
  • subtitle (String.t): The subtitle of the card header. Defaults to: null.
  • title (String.t): 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. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Chat.V1.Model.CardHeader{
  imageStyle: any(),
  imageUrl: any(),
  subtitle: any(),
  title: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.