Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::WidgetMarkup::Image.
An image that's specified by a URL and can have an onclick
action.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aspect_ratio
def aspect_ratio() -> ::Float
Returns
- (::Float) — The aspect ratio of this image (width and height). This field lets you reserve the right height for the image while waiting for it to load. It's not meant to override the built-in aspect ratio of the image. If unset, the server fills it by prefetching the image.
#aspect_ratio=
def aspect_ratio=(value) -> ::Float
Parameter
- value (::Float) — The aspect ratio of this image (width and height). This field lets you reserve the right height for the image while waiting for it to load. It's not meant to override the built-in aspect ratio of the image. If unset, the server fills it by prefetching the image.
Returns
- (::Float) — The aspect ratio of this image (width and height). This field lets you reserve the right height for the image while waiting for it to load. It's not meant to override the built-in aspect ratio of the image. If unset, the server fills it by prefetching the image.
#image_url
def image_url() -> ::String
Returns
- (::String) — The URL of the image.
#image_url=
def image_url=(value) -> ::String
Parameter
- value (::String) — The URL of the image.
Returns
- (::String) — The URL of the image.
#on_click
def on_click() -> ::Google::Apps::Chat::V1::WidgetMarkup::OnClick
Returns
-
(::Google::Apps::Chat::V1::WidgetMarkup::OnClick) — The
onclick
action.
#on_click=
def on_click=(value) -> ::Google::Apps::Chat::V1::WidgetMarkup::OnClick
Parameter
-
value (::Google::Apps::Chat::V1::WidgetMarkup::OnClick) — The
onclick
action.
Returns
-
(::Google::Apps::Chat::V1::WidgetMarkup::OnClick) — The
onclick
action.