Show / Hide Table of Contents

Class AppsDynamiteSharedImage

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

Inheritance
System.Object
AppsDynamiteSharedImage
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 AppsDynamiteSharedImage : 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
System.String

ETag

The ETag of the item.

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

ImageUrl

An image URL.

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

OnClick

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top