Class: Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardHeader

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/contextual_addon.rb

Defined Under Namespace

Modules: ImageStyle

Instance Attribute Summary collapse

Instance Attribute Details

#image_style::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardHeader::ImageStyle



61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'proto_docs/google/chat/v1/contextual_addon.rb', line 61

class CardHeader
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  module ImageStyle
    IMAGE_STYLE_UNSPECIFIED = 0

    # Square border.
    IMAGE = 1

    # Circular border.
    AVATAR = 2
  end
end

#image_url::String



61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'proto_docs/google/chat/v1/contextual_addon.rb', line 61

class CardHeader
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  module ImageStyle
    IMAGE_STYLE_UNSPECIFIED = 0

    # Square border.
    IMAGE = 1

    # Circular border.
    AVATAR = 2
  end
end

#subtitle::String



61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'proto_docs/google/chat/v1/contextual_addon.rb', line 61

class CardHeader
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  module ImageStyle
    IMAGE_STYLE_UNSPECIFIED = 0

    # Square border.
    IMAGE = 1

    # Circular border.
    AVATAR = 2
  end
end

#title::String



61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'proto_docs/google/chat/v1/contextual_addon.rb', line 61

class CardHeader
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  module ImageStyle
    IMAGE_STYLE_UNSPECIFIED = 0

    # Square border.
    IMAGE = 1

    # Circular border.
    AVATAR = 2
  end
end