Class GoogleChatV1WidgetMarkupImage
An image that is specified by a URL and can have an onclick action.
Inheritance
System.Object
GoogleChatV1WidgetMarkupImage
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.Nullable<System.Double> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ImageUrl
The URL of the image.
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OnClick
The onclick action.
Declaration
[JsonProperty("onClick")]
public virtual GoogleChatV1WidgetMarkupOnClick OnClick { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleChatV1WidgetMarkupOnClick |
Implements
Google.Apis.Requests.IDirectResponseSchema