Reference documentation and code samples for the Google Apps Chat V1 Client class Image.
An image that's specified by a URL and can have an onclick
action.
Generated from protobuf message google.chat.v1.WidgetMarkup.Image
Namespace
Google \ Apps \ Chat \ V1 \ WidgetMarkupMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ image_url
string
The URL of the image.
↳ on_click
↳ aspect_ratio
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.
getImageUrl
The URL of the image.
string
setImageUrl
The URL of the image.
var
string
$this
getOnClick
The onclick
action.
hasOnClick
clearOnClick
setOnClick
The onclick
action.
$this
getAspectRatio
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.
float
setAspectRatio
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.
var
float
$this