Class: Google::Apps::Card::V1::ImageComponent
- Inherits:
-
Object
- Object
- Google::Apps::Card::V1::ImageComponent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/card/v1/card.rb
Overview
Represents an image.
Instance Attribute Summary collapse
-
#alt_text ⇒ ::String
The accessibility label for the image.
-
#border_style ⇒ ::Google::Apps::Card::V1::BorderStyle
The border style to apply to the image.
-
#crop_style ⇒ ::Google::Apps::Card::V1::ImageCropStyle
The crop style to apply to the image.
-
#image_uri ⇒ ::String
The image URL.
Instance Attribute Details
#alt_text ⇒ ::String
Returns The accessibility label for the image.
1591 1592 1593 1594 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1591 class ImageComponent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#border_style ⇒ ::Google::Apps::Card::V1::BorderStyle
Returns The border style to apply to the image.
1591 1592 1593 1594 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1591 class ImageComponent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#crop_style ⇒ ::Google::Apps::Card::V1::ImageCropStyle
Returns The crop style to apply to the image.
1591 1592 1593 1594 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1591 class ImageComponent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_uri ⇒ ::String
Returns The image URL.
1591 1592 1593 1594 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1591 class ImageComponent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |