Show / Hide Table of Contents

Class Image

Inheritance
object
Image
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 Image : IDirectResponseSchema

Properties

AltText

The alternative text of this image which will be used for accessibility.

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

AspectRatio

The aspect ratio of this image (width/height).

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

Image url specified by developers. Server side, we will wrap with FIFE so client apps can configure size/cropping/etc.

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

OnClick

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX