Class AppsDynamiteStorageImage
An image that is specified by a URL and can have an onClick action.
Inheritance
object
AppsDynamiteStorageImage
Implements
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 AppsDynamiteStorageImage : IDirectResponseSchema
Properties
AltText
The alternative text of this image, used for accessibility.
Declaration
[JsonProperty("altText")]
public virtual string AltText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageUrl
An image URL.
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OnClick
Declaration
[JsonProperty("onClick")]
public virtual AppsDynamiteStorageOnClick OnClick { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteStorageOnClick |