Class: Google::Apps::Card::V1::ImageComponent

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#alt_text::String

Returns The accessibility label for the image.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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