Class AppsDynamiteSharedCardSection
A section contains a collection of widgets that are rendered vertically in the order that they are specified. Across all platforms, cards have a narrow fixed width, so there is currently no need for layout properties, for example, float.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedCardSection : IDirectResponseSchema
Properties
Collapsible
Indicates whether this section is collapsible. If a section is collapsible, the description must be given.
Declaration
[JsonProperty("collapsible")]
public virtual bool? Collapsible { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Header
The header of the section. Formatted text is supported.
Declaration
[JsonProperty("header")]
public virtual string Header { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UncollapsibleWidgetsCount
The number of uncollapsible widgets. For example, when a section contains five widgets and the
numUncollapsibleWidget is set to 2, the first two widgets are always shown and the last three are
collapsed as default. The numUncollapsibleWidget is taken into account only when collapsible is set to
true.
Declaration
[JsonProperty("uncollapsibleWidgetsCount")]
public virtual int? UncollapsibleWidgetsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Widgets
A section must contain at least 1 widget.
Declaration
[JsonProperty("widgets")]
public virtual IList<AppsDynamiteSharedWidget> Widgets { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<AppsDynamiteSharedWidget> |