Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1PanelInfo

Detailed panel information associated with a user event.

Inheritance
object
GoogleCloudDiscoveryengineV1PanelInfo
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.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

Documents

Optional. The document IDs associated with this panel.

Declaration
[JsonProperty("documents")]
public virtual IList<GoogleCloudDiscoveryengineV1DocumentInfo> Documents { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1DocumentInfo>

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX