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