Class IconImage
Inheritance
System.Object
IconImage
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 IconImage : IDirectResponseSchema
Properties
AltText
The alternative text of this icon_url which will be used for accessibility.
Declaration
[JsonProperty("altText")]
public virtual string AltText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Icon
Declaration
[JsonProperty("icon")]
public virtual string Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IconUrl
Declaration
[JsonProperty("iconUrl")]
public virtual string IconUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ImageStyle
The image cropping style. Note that icons with a CIRCLE style are rendered larger than the default icon size.
Declaration
[JsonProperty("imageStyle")]
public virtual string ImageStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema