Class AppsDynamiteStorageColumns
Represents a Columns widget that displays a single row of columns.
Inheritance
object
AppsDynamiteStorageColumns
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 AppsDynamiteStorageColumns : IDirectResponseSchema
Properties
ColumnItems
Each card supports up to 2 columns.
Declaration
[JsonProperty("columnItems")]
public virtual IList<AppsDynamiteStorageColumnsColumn> ColumnItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><AppsDynamiteStorageColumnsColumn> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WrapStyle
Controls how the column resizes based on screen width.
Declaration
[JsonProperty("wrapStyle")]
public virtual string WrapStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |