Class GoogleCloudRetailV2alphaPanelInfo
Detailed panel information associated with a user event.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaPanelInfo : IDirectResponseSchema
Properties
AttributionToken
Optional. The attribution token of the panel.
Declaration
[JsonProperty("attributionToken")]
public virtual string AttributionToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Optional. 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
Optional. 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? |
ProductDetails
Optional. The product details associated with the panel.
Declaration
[JsonProperty("productDetails")]
public virtual IList<GoogleCloudRetailV2alphaProductDetail> ProductDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudRetailV2alphaProductDetail> |
TotalPanels
Optional. 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? |