Class GridItem
Inheritance
object
GridItem
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 GridItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Identifier
A user-specified identifier for this grid item. This identifier will be returned in the parent Grid's on_click callback's parameters.
Declaration
[JsonProperty("identifier")]
public virtual string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Image
Declaration
[JsonProperty("image")]
public virtual ImageComponent Image { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageComponent |
Layout
Declaration
[JsonProperty("layout")]
public virtual string Layout { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Subtitle
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextAlignment
Declaration
[JsonProperty("textAlignment")]
public virtual string TextAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Text properties.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |