Class GoogleCloudDiscoveryengineV1PanelInfo
Detailed panel information associated with a user event.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1PanelInfo : IDirectResponseSchema
Properties
DisplayName
The display name of the panel.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PanelId
Required. The panel ID.
Declaration
[JsonProperty("panelId")]
public virtual string PanelId { get; set; }
Property Value
Type | Description |
---|---|
string |
PanelPosition
The ordered position of the panel, if shown to the user with other panels. If set, then total_panels must also be set.
Declaration
[JsonProperty("panelPosition")]
public virtual int? PanelPosition { get; set; }
Property Value
Type | Description |
---|---|
int? |
TotalPanels
The total number of panels, including this one, shown to the user. Must be set if panel_position is set.
Declaration
[JsonProperty("totalPanels")]
public virtual int? TotalPanels { get; set; }
Property Value
Type | Description |
---|---|
int? |