Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaPanelInfo

Detailed panel information associated with a user event.

Inheritance
object
GoogleCloudRetailV2alphaPanelInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX