Show / Hide Table of Contents

Class AppsDynamiteStorageGridGridItem

Represents a single item in the grid layout.

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

Properties

ETag

The ETag of the item.

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

Id

A user-specified identifier for this grid item. This identifier is returned in the parent Grid's onClick callback parameters.

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

Image

The image that displays in the grid item.

Declaration
[JsonProperty("image")]
public virtual AppsDynamiteStorageImageComponent Image { get; set; }
Property Value
Type Description
AppsDynamiteStorageImageComponent

Layout

The layout to use for the grid item.

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

Subtitle

The grid item's subtitle.

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

TextAlignment

The horizontal alignment of the grid item's text.

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

Title

The grid item's title.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX