Show / Hide Table of Contents

Class GoogleChatV1WidgetMarkupImage

An image that is specified by a URL and can have an onclick action.

Inheritance
object
GoogleChatV1WidgetMarkupImage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class GoogleChatV1WidgetMarkupImage : IDirectResponseSchema

Properties

AspectRatio

The aspect ratio of this image (width/height). This field allows clients to reserve the right height for the image while waiting for it to load. It's not meant to override the native aspect ratio of the image. If unset, the server fills it by prefetching the image.

Declaration
[JsonProperty("aspectRatio")]
public virtual double? AspectRatio { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageUrl

The URL of the image.

Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
Type Description
string

OnClick

The onclick action.

Declaration
[JsonProperty("onClick")]
public virtual GoogleChatV1WidgetMarkupOnClick OnClick { get; set; }
Property Value
Type Description
GoogleChatV1WidgetMarkupOnClick

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX